summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* GC unused #define id_physid id_scsiidpeter1999-05-081-7/+1
* GC pci_bushigh() - no longer used.peter1999-05-081-11/+1
* Add brackets around && within || to quieten egcs. I've checked the codepeter1999-05-081-6/+6
* clean up en atm driverkjc1999-05-081-319/+54
* A little closer to style(9).des1999-05-081-58/+64
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-085-15/+13
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-083-6/+6
* Make Vinum compile correctly without VINUMDEBUGgrog1999-05-082-1/+2
* Get rid of extern declarations on gdb stuff so systems compiled withoutmckusick1999-05-071-6/+9
* fix it so it compiles on alpha againmjacob1999-05-071-1/+5
* GC stray static prototypes for physread/physwrite which don't existpeter1999-05-071-3/+1
* Continue where Julian left off in July 1998:phk1999-05-0714-33/+30
* 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
OpenPOWER on IntegriCloud