summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-02-18call ether_ioctl(), fix pr/2371; jason@ okMichael Shalayeff
2002-02-18store the PCI configuration space bus number in the pci_softc structMatthieu Herrb
2002-02-18syncTheo de Raadt
2002-02-18oopsTheo de Raadt
2002-02-18syncTheo de Raadt
2002-02-18a sunix pucTheo de Raadt
2002-02-18Don't include isavar.h on sparc64Jason Wright
2002-02-18Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).Kenneth R Westerback
2002-02-17new puc devices: netmos, moxa, sybaTheo de Raadt
2002-02-17permit > 8 bit offsetsTheo de Raadt
2002-02-17syncTheo de Raadt
2002-02-17new puc devicesTheo de Raadt
2002-02-17drivers may not be noisyTheo de Raadt
2002-02-17make dc win on alpha tooNathan Binkert
2002-02-17Make dc match with higher priorit over de for 21142/3 chipsNathan Binkert
2002-02-16SyncKenneth R Westerback
2002-02-16Tekram DC-3x5U (TRM-S1040 based SCSI cards).Kenneth R Westerback
2002-02-16Disable udma5 on the HPT370 for now. The silent data corruption disappearsChris Cappuccio
2002-02-16eisa support for ahc. (left out)Steve Murphree
2002-02-16This file was missed.Steve Murphree
2002-02-16change to reflect the removal of sequencer.hSteve Murphree
2002-02-16New port of FreeBSD's ahc driverSteve Murphree
2002-02-16Cope with the new pid allocation semantic from nordin@Thierry Deval
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-02-15Much simpler timeout calculation.Artur Grabowski
2002-02-14bktr is a radio attachment, me forgot, tm@oganer.net remindedMichael Shalayeff
2002-02-12accept sample rates <= highrate.Federico G. Schwindt
2002-02-12only compile pckbc_isa if pckbc was configured on isaMichael Shalayeff
2002-02-10Match the VT8366_ISA (chip VT8233) south bridge as ATA100Chris Cappuccio
2002-02-08regenMichael Shalayeff
2002-02-08a couple more hp prodsMichael Shalayeff
2002-02-08Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@)Chris Cappuccio
2002-02-07fix copyright; chris@Jason Wright
2002-02-07Do a more complete initialization if the prom didn't do it for us.Jason Wright
2002-02-07import some register defns from sparcJason Wright
2002-02-07use bus_space_vaddrJason Wright
2002-02-06prettyJason Wright
2002-02-06non console framebuffers, reset and initialize them correctlyJason Wright
2002-02-06correct monitor port matching.Federico G. Schwindt
2002-02-05Allow mmap as a dumb framebuffer (from offset 0).Jason Wright
2002-02-05Allow mapping as a dumb framebuffer (from offset 0)... This allows us toJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-02-05restore CN_REMOTE priority, as it always was there.Michael Shalayeff
2002-02-04if we have a monitor port, don't get it, set it.Federico G. Schwindt
2002-02-01clean the hppa leftover, from netbsdMichael Shalayeff
2002-02-01duplicate includeArtur Grabowski
2002-01-31scsi_done() is unsafe, rearrange locking to compensateMichael Shalayeff
2002-01-31Whoops! Add back matching of 7951; Matthias Bauer <bauerm@immd1.informatik.u...Jason Wright
2002-01-31Move ioctl userland accessible stuff to <dev/sun/uperfio.h>Jason Wright
2002-01-31zero out csum when re-using mbuf (cures 50% packet loss under load)Jim Rees