summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Include opt_vinum.h to get the VINUMDEBUG definition as early asgrog1999-05-072-4/+1
* Convert to use physread() and physwrite().grog1999-05-073-16/+3
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-079-131/+20
* Generalize to allow any serial port to be used as the GDB port.mckusick1999-05-071-21/+65
* Add support to wicontrol(8) and wi(4) for enabling and configuringwpaul1999-05-072-4/+34
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-0714-58/+15
* Remove old grungegrog1999-05-071-1/+0
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylepeter1999-05-062-8/+8
* ``fix'' the devfs_add_devswf() calls, the printf string wasn't factoringpeter1999-05-061-10/+10
* Undo excess staticization - these two are meant to be callable frompeter1999-05-061-2/+4
* ahatimeout is static..peter1999-05-061-2/+2
* Use consistant function definitions which also silences a warning.peter1999-05-061-20/+8
* GC unused variablepeter1999-05-062-4/+2
* Fix a goof on my part; s/struct moduledata */struct module */peter1999-05-062-6/+6
* GC unused pps_drvinit() declarationpeter1999-05-061-2/+1
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.ken1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isken1999-05-062-5/+1
* Add new member for XPT_PATH_INQ, follows recent changes inn_hibma1999-05-061-0/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-0610-38/+90
* remove b_proc from struct buf, it's (now) unused.phk1999-05-063-6/+3
* Don't use <sys/disk.h>phk1999-05-061-34/+27
* Fix 'signed char as array index' warnings and an unused variable.peter1999-05-062-8/+6
* Missing 'int' in declaration of variables.peter1999-05-063-6/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-066-21/+23
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.peter1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-064-10/+11
* Modify wicontrol(8) and wi(4) to allow setting the frequency of thewpaul1999-05-062-4/+28
* Tweak the Macronix driver to hopefully make it more reliable:wpaul1999-05-061-2/+2
* Fix some byte ordering problems; I was storing string lengths wrong,wpaul1999-05-061-2/+2
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-053-4/+865
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 wirelesswpaul1999-05-051-0/+1315
* Remove bt_softcs. It is no longer used.imp1999-05-052-5/+2
* Replace misused FE_D6_BBW with FE_D6_SBW.kato1999-05-041-11/+11
* Add missing copyright.jkh1999-05-041-0/+27
* Add "fire" screen saver.jkh1999-05-041-0/+103
* Descriptors can be delivered with short transfers.n_hibma1999-05-031-1/+1
* Add a load of definitionsn_hibma1999-05-031-10/+24
* Remove disconnected methodn_hibma1999-05-031-8/+1
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-14/+9
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-1/+2
* Change '#if UKBD_DEBUG' to '#ifdef...'n_hibma1999-05-031-8/+5
* Remove double removal of children of a hub. (remove disconnected method)n_hibma1999-05-031-29/+2
* Add URL to HID specn_hibma1999-05-031-1/+5
* Clean up parts of struct shared between NetBSD and FreeBSDn_hibma1999-05-031-4/+3
* Clean up debugging outputn_hibma1999-05-031-8/+13
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes awpaul1999-05-033-1176/+1179
* Changes to support diskless booting on the alpha:dfr1999-05-031-5/+5
* Add an additional probe, hopefully allowing me to distinguishbrian1999-05-031-6/+10
* Set ifq_maxlen to default value. (This should be safe, it's not clearpeter1999-05-021-1/+2
* Add driver for the Iomega Zip 100 drive.n_hibma1999-05-021-0/+848
OpenPOWER on IntegriCloud