summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit.
1998-08-06syncMichael Shalayeff
1998-08-06add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intelMichael Shalayeff
1998-08-06Use single line geometry printing. Looks just like sd, now.Jason Downs
1998-08-04make b_resid size_tTodd C. Miller
1998-08-04don't rely on b_resid being signedTodd C. Miller
1998-08-04Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driverConstantine Sapuntzakis
1998-07-31Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet ↵Todd C. Miller
Adapter 2.0'. You just don't get any more generic than that do you? These boards are dirt cheap.
1998-07-30Correct comment about descriptor swap bit.Per Fogelstrom
1998-07-28Fix indentation problems.Constantine Sapuntzakis
Remove annoying printf.
1998-07-28Disable ISA PNP devices before ISA scanConstantine Sapuntzakis
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