aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Move opt_sio.h options to conf/options and activate in isa/sio.cPeter Wemm1999-05-091-2/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-097-11/+11
* add some amount of sanity to the way the gdb stuff finds its device.Poul-Henning Kamp1999-05-091-9/+10
* Fix two warnings.Peter Wemm1999-05-091-1/+5
* siocngetc & putc can be staticized.Poul-Henning Kamp1999-05-091-7/+3
* Don't confuse cursor keys with numpad keys when composing a char code.Kazutaka YOKOTA1999-05-092-10/+10
* Minor tweak after the introduction of new-bus to i386; properlyKazutaka YOKOTA1999-05-092-28/+28
* Revive APM hooking code for i386 arch now that the same source file isKazutaka YOKOTA1999-05-091-3/+8
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-0837-97/+65
* Trivial tweak to avoid a warning.Peter Wemm1999-05-081-0/+2
* Print 'irq nn' on the device attach line like the old pci code did.Peter Wemm1999-05-081-1/+8
* Print the child IRQ on it's identification line.Peter Wemm1999-05-082-2/+6
* Use haveseen_ioport() which is now connected up to the resource manager.Peter Wemm1999-05-082-5/+5
* GC unused #define id_physid id_scsiidPeter Wemm1999-05-081-7/+1
* GC pci_bushigh() - no longer used.Peter Wemm1999-05-081-11/+1
* Add brackets around && within || to quieten egcs. I've checked the codePeter Wemm1999-05-081-6/+6
* clean up en atm driverKenjiro Cho1999-05-081-319/+54
* A little closer to style(9).Dag-Erling Smørgrav1999-05-081-58/+64
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-085-15/+13
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-083-6/+6
* Make Vinum compile correctly without VINUMDEBUGGreg Lehey1999-05-082-1/+2
* Get rid of extern declarations on gdb stuff so systems compiled withoutKirk McKusick1999-05-071-6/+9
* fix it so it compiles on alpha againMatt Jacob1999-05-071-1/+5
* GC stray static prototypes for physread/physwrite which don't existPeter Wemm1999-05-071-3/+1
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-0714-33/+30
* Include opt_vinum.h to get the VINUMDEBUG definition as early asGreg Lehey1999-05-072-4/+1
* Convert to use physread() and physwrite().Greg Lehey1999-05-073-16/+3
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-079-131/+20
* Generalize to allow any serial port to be used as the GDB port.Kirk McKusick1999-05-071-21/+65
* Add support to wicontrol(8) and wi(4) for enabling and configuringBill Paul1999-05-072-4/+34
* Remove old grunge, including references to sys/disk.h (which is goingGreg Lehey1999-05-0714-58/+15
* Remove old grungeGreg Lehey1999-05-071-1/+0
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylePeter Wemm1999-05-062-8/+8
* ``fix'' the devfs_add_devswf() calls, the printf string wasn't factoringPeter Wemm1999-05-061-10/+10
* Undo excess staticization - these two are meant to be callable fromPeter Wemm1999-05-061-2/+4
* ahatimeout is static..Peter Wemm1999-05-061-2/+2
* Use consistant function definitions which also silences a warning.Peter Wemm1999-05-061-20/+8
* GC unused variablePeter Wemm1999-05-062-4/+2
* Fix a goof on my part; s/struct moduledata */struct module */Peter Wemm1999-05-062-6/+6
* GC unused pps_drvinit() declarationPeter Wemm1999-05-061-2/+1
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.Kenneth D. Merry1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isKenneth D. Merry1999-05-062-5/+1
* Add new member for XPT_PATH_INQ, follows recent changes inNick Hibma1999-05-061-0/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-0610-38/+90
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-063-6/+3
* Don't use <sys/disk.h>Poul-Henning Kamp1999-05-061-34/+27
* Fix 'signed char as array index' warnings and an unused variable.Peter Wemm1999-05-062-8/+6
* Missing 'int' in declaration of variables.Peter Wemm1999-05-063-6/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-066-21/+23
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.Peter Wemm1999-05-061-2/+2