Commit Graph

34863 Commits

Author SHA1 Message Date
pk 855fe23671 Prevent possible wayward loop. 2000-01-25 09:30:00 +00:00
enami 65c138fea0 - Print a name of root device even if it is a network device.
- If RB_ASKNAME, only dumpdv holds the results asked interactively.
  Examie dumpspec only when !RB_ASKNAME.  This allows us to override
  dumps on none in kernel config file by booting kernel with RB_ASKNAME.
- Slightly rearrange code so that it more matches to comment.
2000-01-25 09:23:59 +00:00
enami 5cb9984dd0 Replace long delay with sleep. 2000-01-25 09:17:35 +00:00
enami 012a23a770 Use config_pending and let the kernel thread to attach a card even on boot. 2000-01-25 09:14:27 +00:00
haya f18e32d670 Regen. 2000-01-25 09:06:50 +00:00
haya 7b4d7aaba1 Add TI PCI 1451 PCI-CardBus bridge. 2000-01-25 09:04:03 +00:00
augustss beaf3d82fc Ooops, add another ucom file. 2000-01-25 08:46:00 +00:00
augustss 85fcd0b58d Update for the ucom(4) addition. 2000-01-25 08:31:56 +00:00
augustss a2b1ac707a Split the umodem driver into two parts: the part that emulates a tty over
two bulk pipes, and the setup and status fiddling goo.
This allows the former part to be shared by other drivers that need to
look like a tty.
2000-01-25 08:12:58 +00:00
mycroft 509c38cc44 Regen. 2000-01-25 08:07:14 +00:00
mycroft 6a4d06f322 Use the Ethernet vendor ID to differentiate multiple cards with the same
vendor,product pair.  (Yuck.)
2000-01-25 08:06:49 +00:00
tsubai 05ceaaaad5 Add UniNorth. 2000-01-25 07:19:11 +00:00
jlam 03ebb087f7 Regen. 2000-01-25 06:53:26 +00:00
jlam 4d836ce7f2 Fix product code for Aironet PC4800. Should be 0x0007. 2000-01-25 06:52:54 +00:00
chopps b5064330de The cfe is initialized to the default entry, when a table entry value
is present don't OR in the flags with the defaults, replace them.
2000-01-25 06:36:17 +00:00
chopps b50b01e020 Don't enable the interrupt until after we cycle the power, disable
interrupt at disable, and make this code look more like the std pcic
code.  From Mycroft and I.
2000-01-25 06:16:34 +00:00
chopps 8c090e4862 set havenet to 0 when we are switching between operating modes and only
after association in ifrastructure mode.  Also, deal with roam start
and rejoin net commands.
2000-01-25 05:32:28 +00:00
thorpej be3c43687c Make sure the latency timer is set to a reasonable value.
From Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>.
2000-01-25 03:44:27 +00:00
enami 047cc5e94f Cleanup setroot() a bit:
- No longer necessary to use goto, just breaking the loop like other case
  is enough.
- Don't caliculate loop invariant every time.  Just reuse.
2000-01-25 03:42:36 +00:00
thorpej 35f3518a91 Fix a fatal typo in a Pyxis SGMAP TLB bug workaround. Noticed by
Jeff Roberson <nomad@nop.aliensystems.com>.
2000-01-25 03:32:36 +00:00
thorpej c4d8a60bac Handle Cobalt Networks interfaces, which are 21143 pass 4.1 devices
with a simple (MAC address only) SROM format.

From Soren S. Jorvang <soren@wheel.dk>
2000-01-25 03:23:56 +00:00
thorpej 8f7ad1f798 When checking for a non-standard address ROM format, allow the
Cobalt Networks address ROM through.

From Soren S. Jorvang <soren@wheel.dk>
2000-01-25 03:14:12 +00:00
ad ea0751f1aa Finish with fixing the SOFTCURSOR stuff. 2000-01-25 02:44:03 +00:00
thorpej 4be7a36436 Add Raytheon RayLink. 2000-01-25 01:50:12 +00:00
sommerfeld 43311a870f Regen 2000-01-25 01:17:40 +00:00
fvdl cb47ac210f Add prototypes for exec hooks. 2000-01-25 01:15:29 +00:00
fvdl 65e677bd99 Add an exec hook mechanism, where kernel subsystem can register to
execute certain functions when a process does an exec(). Currently
uses a global list. Could possibly be done using a per-process list,
but this needs more thought.
2000-01-25 01:15:14 +00:00
sommerfeld 97597e1d12 Add ID for BayStack 660 (DS version of 650) 2000-01-25 01:15:06 +00:00
mycroft a443bc2758 +IPv6 +Raylink/Aviator 2000-01-25 01:10:50 +00:00
thorpej fe58a40561 Define some convenience information and tables related to ifmedia status
bits for ifconfig(8).
2000-01-25 00:58:59 +00:00
nisimura d3657aebd3 Change the previous decision.
NetBSD/luna68k (1) creates UniOS/ISI label with BSD label embedded
at offset 64, (2) reads BSD label if found, (2) falls back to
reading UniOS/ISI label when no BSD label is found.  Plus, (4)
reads SunOS label if found in place of UniOS/ISI label.
2000-01-25 00:19:30 +00:00
enami 7acb650645 - fix comment style/indentaion.
- add comment to refer aic_pcmcia_enable.
2000-01-24 23:14:23 +00:00
chopps 7d55178466 support switching to/from adhoc/infrastructure mode with media opt.
fill in 802.11 correctly for 802.11 infrastructure.
code not verified with base station yet.
2000-01-24 22:05:53 +00:00
tron 04eb110431 Add "dependall" target for comfort. 2000-01-24 20:36:06 +00:00
thorpej e2e27455dd Use config_pending. 2000-01-24 18:35:51 +00:00
thorpej 0c93dded4a Use config_pending. Addresses kern/9247. 2000-01-24 18:34:44 +00:00
thorpej 5aa64075cc Add a `config_pending' semaphore to block mounting of the root file system
until all device driver discovery threads have had a chance to do their
work.  This in turn blocks initproc's exec of init(8) until root is
mounted and process start times and CWD info has been fixed up.

Addresses kern/9247.
2000-01-24 18:03:19 +00:00
thorpej 6068308fcd In cwdinit(), if there isn't a cdir vnode yet, don't VREF() it. 2000-01-24 17:57:34 +00:00
pk 9cfc74c312 Report write-protected disks. 2000-01-24 16:52:02 +00:00
soda d4e0f6e9de remove accidentally revived this file again, since this file was
moved to /cvsroot/syssrc/sys/arch/arc/conf/GENERIC,v
2000-01-24 16:30:14 +00:00
joda 7ac1ad97ba The TI 2030 is a PCI-PCI bridge and doesn't belong here 2000-01-24 15:51:59 +00:00
joda 4b45d02e15 regen 2000-01-24 15:50:16 +00:00
joda a8308ddfd4 TI PCI2030 is a PCI-PCI bridge 2000-01-24 15:49:50 +00:00
enami 29ffb365e2 Use format_bytes to convert drive capacity into human familier string (like
sd.c does).
2000-01-24 14:51:07 +00:00
augustss bbd7b89f19 Recognize Linksys USB10T. 2000-01-24 08:47:43 +00:00
augustss 50f87c16d8 Regen. 2000-01-24 08:44:33 +00:00
augustss 46ada10a40 Add Linksys USB10T. 2000-01-24 08:44:07 +00:00
soda 4f994e0e73 Add commented out "ident"-command
from hubertf's changes to (removed) pica/conf/GENERIC
2000-01-24 08:04:11 +00:00
thorpej 0a0a473368 Oops, forgot a /*CONSTCOND*/ 2000-01-24 04:56:02 +00:00
thorpej 53ab3c12d0 Add missing BUFQ_INSERT_HEAD(). 2000-01-24 03:42:57 +00:00
matt 4e90241d42 More files that were changed. 2000-01-24 02:54:01 +00:00
matt 7b17d59536 Revamp the VAX interrupt handling code. Make it compatible with all the
other ports.  Clean up some things.
2000-01-24 02:40:28 +00:00
augustss c0214682f7 Add missing \n in attach message, and add a little more information. 2000-01-24 01:32:00 +00:00
augustss 6d0075dcc2 Fix a typo. 2000-01-24 01:20:21 +00:00
augustss 6197c11c41 Add Raytheon Raylink driver. 2000-01-24 01:09:57 +00:00
chopps 9704db4fc4 add driver for raylink/aviator wireless 802.11 FH 2Mbps cards, currently only
tested with aviator 2.4
2000-01-23 23:59:21 +00:00
chopps 1e33763b41 regen 2000-01-23 23:56:58 +00:00
chopps 7527798475 WebGear->Raytheon 2000-01-23 23:55:45 +00:00
hubertf 4b6b32e4fd sync with GENERIC,v 1.61 2000-01-23 23:54:34 +00:00
chopps 93d5e38d57 Add beginnings of ieee 802.11 generic stuff 2000-01-23 23:50:13 +00:00
chopps 84d74cfd6d add 802.11 media types 2000-01-23 23:49:48 +00:00
hubertf 7e5ff67457 Add commented out "ident"-command 2000-01-23 23:46:04 +00:00
hubertf e8c0c6183d If config(8) left a "ident" file (from the "ident" command), set the
kernel id from the contents of that file.
2000-01-23 23:39:19 +00:00
pk 18ad190b10 * b_cylin -> b_cylinder; deals with PR9283.
* a few optimizations & misc. style updates.
2000-01-23 22:19:12 +00:00
aymeric 9fe838f17f regen. 2000-01-23 21:31:30 +00:00
aymeric a7a7a71ee4 add (commented out) PCMCIA devices entries 2000-01-23 21:29:55 +00:00
aymeric 4288d7a5cf add stride 1 functions support and PCMCIA support 2000-01-23 21:10:26 +00:00
aymeric c37bcf990c add PCMCIA initialization 2000-01-23 21:08:16 +00:00
aymeric d7e70f7068 sync with new bus.h 2000-01-23 21:06:12 +00:00
soda 3d14a7c591 kluge to make this work with NEC M403 (arc/magnum). 2000-01-23 21:06:01 +00:00
eeh c979dd8b7f Change this to use bsd.prog.mk properly. 2000-01-23 21:05:02 +00:00
aymeric 9e5a868b12 add IPL_SERIAL to enable PCMCIA com* compilation 2000-01-23 21:04:22 +00:00
aymeric 3a54b5a896 code factorisation and added stride 1 functions 2000-01-23 21:02:17 +00:00
soda 564df9b630 merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 21:01:48 +00:00
aymeric 9b5252590b add PCMCIA generic support 2000-01-23 20:57:27 +00:00
aymeric 2c44cb587d add files which deal with the gayle chip 2000-01-23 20:53:18 +00:00
soda 66ac043ce1 Moved to /cvsroot/syssrc/sys/arch/arc/include/isa_machdep.h,v 2000-01-23 20:49:32 +00:00
soda c87e9a032b Moved to /cvsroot/syssrc/sys/arch/arc/dev/if_snreg.h,v 2000-01-23 20:47:18 +00:00
soda 479e34aa41 merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 20:45:01 +00:00
aymeric 8ac52796d5 add right casts to printf bus_space parameters 2000-01-23 20:44:04 +00:00
soda 8906480ccd Moved from /cvsroot/syssrc/sys/arch/arc/dev/if_sn.h,v 2000-01-23 20:43:35 +00:00
soda 5009ff6d63 OpenBSD-2.1/arc 2000-01-23 20:24:23 +00:00
soda ce6b22983e removed as a consequence of pica -> arc transition 2000-01-23 20:18:45 +00:00
soda 8aad71662b Moved to /cvsroot/syssrc/sys/arch/arc/pica/picabus.c,v 2000-01-23 20:09:23 +00:00
soda ec9ad11ed0 Moved from /cvsroot/syssrc/sys/arch/pica/pica/pica.c,v 2000-01-23 20:09:22 +00:00
soda 9588b90fa4 Moved to /cvsroot/syssrc/sys/arch/arc/arc/vm_machdep.c,v 2000-01-23 20:09:22 +00:00
soda fd78f5ac1f Moved from /cvsroot/syssrc/sys/arch/pica/pica/vm_machdep.c,v 2000-01-23 20:09:21 +00:00
soda 6c53e1e10d Moved to /cvsroot/syssrc/sys/arch/arc/arc/trap.c,v 2000-01-23 20:09:20 +00:00
soda a6baafa121 Moved from /cvsroot/syssrc/sys/arch/pica/pica/trap.c,v 2000-01-23 20:09:19 +00:00
soda a4a01fb9ee Moved to /cvsroot/syssrc/sys/arch/arc/arc/sys_machdep.c,v 2000-01-23 20:09:18 +00:00
soda d377ebe374 Moved to /cvsroot/syssrc/sys/arch/arc/arc/pmap.c,v 2000-01-23 20:09:17 +00:00
soda 88f0da0712 Moved from /cvsroot/syssrc/sys/arch/pica/pica/sys_machdep.c,v 2000-01-23 20:09:16 +00:00
soda bbcae0d43c Moved from /cvsroot/syssrc/sys/arch/pica/pica/pmap.c,v 2000-01-23 20:09:16 +00:00
soda fb74f37e14 Moved to /cvsroot/syssrc/sys/arch/arc/arc/minidebug.c,v 2000-01-23 20:09:15 +00:00
soda 346d71525e Moved from /cvsroot/syssrc/sys/arch/pica/pica/minidebug.c,v 2000-01-23 20:09:14 +00:00
soda 06d0157fbd Moved to /cvsroot/syssrc/sys/arch/arc/arc/mainbus.c,v 2000-01-23 20:09:14 +00:00
soda 2b21cd18fa Moved from /cvsroot/syssrc/sys/arch/pica/pica/mainbus.c,v 2000-01-23 20:09:13 +00:00
soda ae3fc76b29 Moved to /cvsroot/syssrc/sys/arch/arc/arc/machdep.c,v 2000-01-23 20:09:13 +00:00
soda be7833cf8f Moved from /cvsroot/syssrc/sys/arch/pica/pica/machdep.c,v 2000-01-23 20:09:12 +00:00
soda 48c38e5772 Moved to /cvsroot/syssrc/sys/arch/arc/arc/locore.S,v 2000-01-23 20:09:11 +00:00