aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where tuner i2c address was not set for IMS Turbo cardsRoger Hardiman1999-12-071-2/+9
* Fix support for disk with > 64K cyls.Søren Schmidt1999-12-072-9/+8
* Fix the ioctl CONS_FINDMODE and its underlying subroutineKazutaka YOKOTA1999-12-072-13/+4
* Tonight's cleanups.Warner Losh1999-12-079-231/+176
* Reckognize the 'Avance Asound 100'Bill Fumerola1999-12-073-0/+12
* Add vendor NetChip with its device NET1080 (host-to-host adapter)Nick Hibma1999-12-072-7/+23
* Simplify my license.Justin T. Gibbs1999-12-061-39/+52
* Update for pnp adjustments regarding NPNP.Peter Wemm1999-12-0615-112/+6
* Simplify my copyright license terms.Justin T. Gibbs1999-12-0615-80/+114
* Fix a pair of silly warnings that I introduced (that would have beenPeter Wemm1999-12-061-7/+7
* Add defines for additional EEPROM locations and register definitions.Matthew N. Dodd1999-12-061-2/+28
* Whitespace cleanups.Matthew N. Dodd1999-12-061-4/+4
* Add a delay (per the databook) to the get_eeprom_data() loop soMatthew N. Dodd1999-12-061-9/+12
* Standardize device descriptions so that there is parity between PnPMatthew N. Dodd1999-12-061-10/+10
* Correctly implement the non-PnP enumeration of ISA board.Matthew N. Dodd1999-12-061-14/+36
* Add a truely evil workaround (hack!) for some unfortunate BIOSPeter Wemm1999-12-061-6/+23
* Use bus_get_resource() instead of bus_get_resource_start() as the latterPeter Wemm1999-12-061-17/+24
* Make this compile again after the device_add_child change.Warner Losh1999-12-061-1/+1
* Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA1999-12-061-26/+30
* conditionalise some warning messagesCameron Grant1999-12-051-11/+12
* Modify the Adaptec "starfire" driver to reset the PHY on the MII busBill Paul1999-12-052-11/+47
* newbusify and port the joy driver to the Alpha. It now attaches to thePeter Wemm1999-12-051-132/+124
* fix dma underrun issuesCameron Grant1999-12-056-90/+155
* Raise the pci compat driver match priority a bit so that it's notPeter Wemm1999-12-051-1/+1
* Fix cursor position calculation.Kazutaka YOKOTA1999-12-051-1/+2
* Disconnect and tagged queueing now really work. Also fix a bug that'sLuoqi Chen1999-12-043-101/+115
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-046-103/+4875
* Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.Seigo Tanimura1999-12-041-0/+1
* Call ISA_PNP_PROBE() to probe PnP cards, rather than matchSeigo Tanimura1999-12-041-118/+58
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-0324-39/+68
* roll platform minorMatt Jacob1999-12-031-1/+1
* clean up sprintf and have buffer that won't overflowMatt Jacob1999-12-031-34/+66
* turn some messages into CFGPRINT messagesMatt Jacob1999-12-031-5/+5
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingNick Hibma1999-12-033-17/+13
* In one queue all the TDs (transfer descriptor, packets) for one transferNick Hibma1999-12-021-3/+6
* Initialize type correctly.Poul-Henning Kamp1999-12-011-1/+3
* Add explicit null entries for new entrypoints.Julian Elischer1999-12-014-4/+8
* Fix the hang on card eject problem and maybe the hang on suspendWarner Losh1999-12-013-23/+13
* Add ESS1879.Doug Rabson1999-11-303-0/+12
* Commit for r1.29 of ugen.c was wrong. All the ugenX* deviceNick Hibma1999-11-301-8/+16
* Make the pci driver compat shim return a preference for probePeter Wemm1999-11-301-1/+2
* tanimura implemented SNDCTL_DSP_GETODELAY for pcm.Alfred Perlstein1999-11-291-0/+10
* Sync generated filesWarner Losh1999-11-292-4/+14
* Merge NetBSD 1.60 by jun:Warner Losh1999-11-291-1/+2
* Better error handeling:Søren Schmidt1999-11-292-30/+58
* Reconnect probing of the width of the isa bus, calling pcic_attach andWarner Losh1999-11-293-41/+32
* Flesh out the pccard bus_ methods with either the generic one (whereWarner Losh1999-11-294-19/+126
* Update de driver for the request->xfer changes.Nick Hibma1999-11-281-6/+10
* Woops, it seems to fail initialisation. Disabled while I am figuring outNick Hibma1999-11-281-0/+2
* Add resource activation routines to pcic driver. Minor cleanup ofWarner Losh1999-11-285-31/+167