summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-08-09Death to acd_stub.c. No longer neededConstantine Sapuntzakis
2000-08-09Unnecessary headerConstantine Sapuntzakis
2000-08-09Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to dropConstantine Sapuntzakis
both DRQ and BSY. The driver has been adjusted to ignore invalid/unexpected phases while traversing the state machine. This may break drives that do no set ireason correctly.
2000-08-08quietTheo de Raadt
2000-08-08print btlb params w/ BTLBDEBUG; from Havard.Eidnes@runit.sintef.noMichael Shalayeff
2000-08-08permit changing flagsTheo de Raadt
2000-08-08Big oops -- lucky us BLF and CAST are not used by anyone else (on theAngelos D. Keromytis
other hand, the problem would have been noticed much earlier) -- noticed by bugfix@163.net
2000-08-08make them all use new PCIBIOS stuffTheo de Raadt
2000-08-08sync w/ netbsd almost -current code (;Michael Shalayeff
fixes quite a few problems. adds new option PCIBIOS_ADDR_FIXUP. numerous extra fixes by me, also pointed out by other ppl, such as avoid panics, ifdef on pciverbose, not diagnostic, some other smaller knits; some have been forwarded back to netbsd developers, some will go soon too.
2000-08-08pretty printTheo de Raadt
2000-08-08syncTheo de Raadt
2000-08-08use PCI_VENDOR_* and PCI_PRODUCT_*_* namesTheo de Raadt
2000-08-08more puc-style devicesTheo de Raadt
2000-08-08Make fix for preserving LED settings conditional on presence of an IntelAaron Campbell
21143 chip; from FreeBSD.
2000-08-08sync RAIDframe with Gre Oster's work for NetBSD.Peter Galbavy
This update incorporates changes since January 2000. RAID1 and RAID5 tested for functionality matching the 2.7 code. A number of bug fixes (including stopping a parity rebuild when unconfiguring) have been included. See Greg's RAIDframe info page: http://www.cs.usask.ca/staff/oster/raid.html The RAID_AUTOCONFIG feature set does *NOT* yet work. These features require more work throughout the boot system and as such are a big task. IMPORTANT: As with anything that is this near live data on your systems, please test carefully with existing configurations before deploying in a live system. Feedback via sendbug or mail direct to peter@wonderland.org is appreciated.
2000-08-08add a 'RAID' filesystem type for RAIDframe updates - coming nextPeter Galbavy
2000-08-08more glitzTheo de Raadt
2000-08-08GENERIC is what we really useTheo de Raadt
2000-08-07add a couple of examples, and generally elaborate more on the subjectMichael Shalayeff
2000-08-07nix IPXTheo de Raadt
2000-08-07fix obvious error, spotted by ericjTheo de Raadt
2000-08-06syncTheo de Raadt
2000-08-06ATI rage cardsTheo de Raadt
2000-08-06syncTheo de Raadt
2000-08-06more devices from the G4Theo de Raadt
2000-08-05$OpenBSD$Niklas Hallqvist
2000-08-05$OpenBSD$Niklas Hallqvist
2000-08-05pastoNiklas Hallqvist
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas Hallqvist
SCSI_POLL operations. Implement SYNCHRONIZE_CACHE scsi operation emulation . Do not call busdma operations unless we are really either a READ or WRITE operation.
2000-08-05Be more liberal about attaching products unknown to us (we have got IDNiklas Hallqvist
ranges from ICP-Vortex). New GDT products are normally configured with "Do not move DPMEM" as default, so try that mapping type first.
2000-08-05remove staticsNiklas Hallqvist
2000-08-05syncChris Cappuccio
2000-08-05Support Promise Ultra/100 as found on some Microstar motherboardsChris Cappuccio
(From NetBSD PR 10756)
2000-08-04syncTheo de Raadt
2000-08-04anotherTheo de Raadt
2000-08-04enable sfb/cfb/tga and compat_osf1. make it compile without mods.Eric Jackson
2000-08-04convert sfb and cfb to use new wscons; from NetBSD.Eric Jackson
2000-08-04clear rings before freeing themTheo de Raadt
2000-08-04KNFTheo de Raadt
2000-08-04Rewritten to use cat(1) instead of echo(1), in particular to be able toAaron Campbell
use `\n' instead of a literal newline (good practice); wd@ics.nara-wu.ac.jp
2000-08-04rest of the work needed for tga2; from NetBSDEric Jackson
2000-08-04add support for tga2; from NetBSDEric Jackson
2000-08-04Support for the Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04regenEric Jackson
2000-08-04Merge in NetBSD changes. This now works for most statically compiled osf1Eric Jackson
bins. Shared osf1 libs don't work quite yet.
2000-08-04syncAaron Campbell
2000-08-04Add Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04One parenthesis too many.Angelos D. Keromytis
2000-08-04Worked out the logic (thanks to pt98asp@student.hk-r.se andAngelos D. Keromytis
pt98kfr@student.hk-r.se -- I still don't know why rev1.5 didn't work).
2000-08-03(c) 2000Niklas Hallqvist