summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFS: indent-assisted style cleanup.Dag-Erling Smørgrav1999-05-101-30/+27
* #include "pci.h" for the build dir, not <pci.h>Peter Wemm1999-05-101-2/+2
* Adjust console stuff now that makedev is no longer a macro.Doug Rabson1999-05-102-4/+6
* Detect PCI device IDs for latest boards. Simplified the ID comparisons.Bruce Evans1999-05-101-5/+4
* Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.UseRoger Hardiman1999-05-101-63/+180
* Update card type to support GPIO maskRoger Hardiman1999-05-101-5/+7
* Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.Roger Hardiman1999-05-101-4/+7
* #if 0 some unused code (debug?) to quiet a warning.Peter Wemm1999-05-101-2/+5
* #ifdef BRIDGE around a goto label used by the bridge code to silcence aPeter Wemm1999-05-092-2/+6
* Remove hackish foot protection.. If you ask for an atkbd on an isa busPeter Wemm1999-05-092-34/+2
* Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..Peter Wemm1999-05-091-6/+6
* don't confuse units and devices.Poul-Henning Kamp1999-05-091-6/+4
* For the ioctl that reads the pci configuration, look up the name and unitPeter Wemm1999-05-091-16/+14
* GC unused variable in struct.Peter Wemm1999-05-091-2/+1
* Enable the support for a file interface on the HID driver forNick Hibma1999-05-091-1/+22
* Added Thrustmaster Fusion Digital GamepadNick Hibma1999-05-092-0/+16
* Missing revision markers.Peter Wemm1999-05-092-0/+3
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-0920-104/+26
* Optimize out a couple of places where com_addr() is used twice in a row,Peter Wemm1999-05-091-27/+9
* Argh, don't clobber the pci device list if there are multiple busses!Peter Wemm1999-05-091-5/+2
* Quiet a warning, put a #if 0 around some (I believe) unused static structs.Peter Wemm1999-05-092-0/+4
* 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