summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1998-07-26clean up some things left from my debugging activity.Matthieu Herrb
In particular remove the OVERRIDE_ directives specific to my board.
1998-07-24Kill the god damned COMPAT_12. Thanks, guys.Jason Downs
1998-07-23syncTheo de Raadt
1998-07-23undo mass vendor addition which makes floppies too largeTheo de Raadt
1998-07-23brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵Theo de Raadt
the tree
1998-07-23Support drives > 8.4GBConstantine Sapuntzakis
For LBA-capable drives, return the number of LBA sectors as secperunit, not the number you get from CHS. Note, DOS partition tables are limited to 8.4GB. The interactive disklabel editor will notice that the OpenBSD partition ends at 8.4GB and limit the user to that size unless the user explicitly specifies the bounds. This should probably be changed.
1998-07-23Print LBA-based size as well as CHS size.Constantine Sapuntzakis
Fix some bugs in getting drive parameters into the wdparams array
1998-07-21syncTheo de Raadt
1998-07-21few new ViRGETheo de Raadt
1998-07-21syncMichael Shalayeff
1998-07-21remove err entriesMichael Shalayeff
1998-07-21more, much more vendor names; from www.halcyon.comMichael Shalayeff
1998-07-21check for vendor name dupsMichael Shalayeff
1998-07-21syncMichael Shalayeff
1998-07-21more devs; from netbsdMichael Shalayeff
1998-07-21#ifdef for a weird card and a strange configurationJason Downs
1998-07-20syncMichael Shalayeff
1998-07-20more acer devs; per niels@ new laptop dmesg (;Michael Shalayeff
1998-07-19syncJason Downs
1998-07-19Add ALI M5243Jason Downs
1998-07-16recognize CS4236B; netbsdTheo de Raadt
1998-07-16MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16Todd C. Miller
1998-07-15Fix the name of the ulinear_be mode; netbsdTheo de Raadt
1998-07-15syncTheo de Raadt
1998-07-15more devsTheo de Raadt
1998-07-13Unmute DAC and turn off 3-D SRS by defaultConstantine Sapuntzakis
1998-07-13syncTheo de Raadt
1998-07-13a cardbus controllerTheo de Raadt
1998-07-13Map DMA registers at open instead of attach time, if necessary. Less chanceConstantine Sapuntzakis
of conflicts then.
1998-07-12fix bhlcr shift values; fgsch@olimpo.com.brTheo de Raadt
1998-07-12fill in d_bbsize and d_sbsizeTheo de Raadt
1998-07-11syncTheo de Raadt
1998-07-11add Matrox Productiva AGP cardNiels Provos
1998-07-11always return TOC information in big-endian order; problem noted byTheo de Raadt
csapuntz@lcs.mit.edu
1998-07-09Don't unmap something that we didn't map...Jason Downs
1998-07-08syncTheo de Raadt
1998-07-07S3 SonicVibes driverConstantine Sapuntzakis
1998-07-07put wd_error check back; without this machine boot times go well over 60 secondsTheo de Raadt
1998-07-07syncTheo de Raadt
1998-07-07two new products; fgsch@olimpo.com.brTheo de Raadt
1998-07-07syncTheo de Raadt
1998-07-07PNIC, a tulip cloneTheo de Raadt
1998-07-05Add support for ISA PnP to wdc and associated config goo. This does NOT workJason Downs
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly.
1998-07-05syncJason Downs
1998-07-05Uncommit wdc.Jason Downs
Note that the Soundblaster uses this code, even though it's port isn't fully compatible with the driver.
1998-07-04syncTheo de Raadt
1998-07-04add new devices; kleinkTheo de Raadt
1998-07-02Mostly sync with FreeBSD-current. Needs more testing.Jason Downs
1998-06-30PCI-IDE interface include files (needed for Alpha, at least); from NetBSD.Angelos D. Keromytis
1998-06-29syncTheo de Raadt