summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1998-08-30syncJason Downs
1998-08-30Cyrix devsJason Downs
1998-08-28alpha alignment fixes, from niklas. Tested on i386.Jason Downs
1998-08-28Changes to make if_de driver work on big endian machines with a 21040 basedDale S. Rahn
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor.
1998-08-24Be noisy about media settings.Jason Downs
1998-08-24/dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary ↵Todd C. Miller
for ports that copy the symbol table to the end of kernel space (all that use DDB do this)
1998-08-22Allow ofroot to be child of mainbus or root.Dale S. Rahn
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-21Recent FreeBSD changes and a bug fix.Jason Downs
1998-08-20mmap support for gus, dillema@acm.orgNiels Provos
1998-08-18Remove clearing of interrupt after character output in cnputci(). ClearingPer Fogelstrom
the int will make the tty stop if output is currently active.
1998-08-17syncTheo de Raadt
1998-08-17ACC PCI SCSTheo de Raadt
1998-08-15fix kbd generated NULs from CTRL-@ and CTRL-SPkstailey
1998-08-14Make printf output during card probe more compact.Matthieu Herrb
1998-08-13syncTheo de Raadt
1998-08-13oopsTheo de Raadt
1998-08-13syncTheo de Raadt
1998-08-13new viatech devices discovered on cvsTheo de Raadt
1998-08-13a proto; fgsch@olimpo.com.brTheo de Raadt
1998-08-13Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-11Added 3c980, sync with pcidevsMats O Jansson
1998-08-11Added 3c980Mats O Jansson
1998-08-11put irq number on the line with the other info, not on its own lineTodd C. Miller
1998-08-10syncTodd C. Miller
1998-08-10Add SIS 5598 and some descriptinos for other SiS chips used in 5591-based ↵Todd C. Miller
motherboards. Data from http://www.halcyon.com/scripts/jboemler/pci/pcicode
1998-08-08Split ioh allocations so that the devices no longer overlap.Jason Downs
Also disable the diag return check in wdc.c for now.
1998-08-08compile when fd is not listed in config file; andrew@creep.netTodd C. Miller
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