aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* During probe, the page lockdown code in dpt_control.c does someJordan K. Hubbard1999-05-111-2/+4
* Add another kludge to the card identification probe. It appears thatWarner Losh1999-05-111-4/+7
* Use the probe priority mechanism to make sure the chip* probes do notPeter Wemm1999-05-111-3/+2
* A large set of changes to handle dual bus adapters.Matt Jacob1999-05-111-50/+106
* Some massive thwunking in initialization to handle dual bus adapters. MoreMatt Jacob1999-05-111-312/+601
* Add in SCSI_QFULL definitions. Add in local storage for second SIM forMatt Jacob1999-05-111-2/+10
* Clean up some sprintfs. Add in a SCSI_QFULL an XS_CHANNEL definitionMatt Jacob1999-05-111-5/+9
* Roll core minor number. Re-layout a lot of SCSI fields to accomodate multipleMatt Jacob1999-05-111-21/+23
* Clean up some macros. Add in ISP 1080/1240 NVRAM layout definitions.Matt Jacob1999-05-111-8/+128
* add a couple of missing commandsMatt Jacob1999-05-111-5/+5
* Fixed reset handling for motor off resets. I first fixed this togetherBruce Evans1999-05-111-2/+3
* Clean up 2.2.X support (which might have to be cleaned up againMatt Jacob1999-05-111-30/+53
* Fix a bogon which stopped Vinum from recognizing half its keywords.Greg Lehey1999-05-111-1/+1
* roll ISP 1080/1240 f/wMatt Jacob1999-05-111-1571/+1575
* Allow configuration of up to 256 network interfaces per physical interface -Mike Spengler1999-05-102-6/+6
* Enable PCI bus master during attach in case the BIOS hasn't done it for us.Mike Spengler1999-05-102-49/+63
* Set the bus master bit.Paul Richards1999-05-101-4/+11
* Use NODEV instead of -1Poul-Henning Kamp1999-05-101-4/+4
* Add missing suspend/resume methods.Doug Rabson1999-05-101-1/+3
* 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