Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-31 | Disable i31244 support until we see a real divice using this chip. | Alexander Yurchenko | |
If you're lucky owner of it mail me. Also don't compile opti support stuff since it's disabled anyway. Saves about 3K on floppy. | |||
2004-01-31 | constify timing values. | Alexander Yurchenko | |
2004-01-31 | spaces, .o is the same. | Alexander Yurchenko | |
2004-01-31 | Add pci_machdep hook for cats. ok deraadt@ | Dale Rahn | |
2004-01-31 | Arm provides audio interrupt bits, do not default them here. ok deraadt@ | Dale Rahn | |
2004-01-28 | Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>. | Alexander Yurchenko | |
2004-01-28 | sync | Theo de Raadt | |
2004-01-28 | K8HTB bridges.. | Theo de Raadt | |
2004-01-28 | an amd64 arch support. | Michael Shalayeff | |
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;) | |||
2004-01-27 | this part is not needed for sierra wireless | Theo de Raadt | |
2004-01-26 | shorter message | Theo de Raadt | |
2004-01-26 | print cis information on configured cards as pcmcia(4) does; mentioned by | Federico G. Schwindt | |
Ed White <ed at overminder dot com>. deraadt@ ok. | |||
2004-01-24 | Also add support for Sierra A550 and A710/A750 which are apparently map | Theo de Raadt | |
the com port at the same place | |||
2004-01-24 | sync | Theo de Raadt | |
2004-01-24 | two more sierras that are equivalant | Theo de Raadt | |
2004-01-24 | sync | Theo de Raadt | |
2004-01-24 | Sierra A555 1x card support | Theo de Raadt | |
2004-01-24 | Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device. | Kenneth R Westerback | |
Let scsi_probedev() set the flags based on scsidebug_targets and scsidebug_luns when a device scsi link is created. Elminates indisciminate flood of debug info for ahc scsi buses and solves mystery of why ahc devices produced info when other devices were silent. | |||
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko | |
informative. Also convert WDCS_BITS string to caps. | |||
2004-01-23 | sync | Peter Stromberg | |
2004-01-23 | Virtual SVGA II | Peter Stromberg | |
ok deraadt@ | |||
2004-01-21 | dynamic bufq support. basically a nullop. ok grange@ | Ted Unangst | |
2004-01-20 | don't limit the number of sessions to the onboard ram (always upload the | Jason Wright | |
key and IV data). This kinda sucks for HMAC, but the alternative is a cache manager and I just don't want to go there. Tested by sturm@ (thanks!) | |||
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko | |
Westhuizen <michael@skanky.homeunix.net> with little tweaks. Tested by millert@ todd@ jmc@ andreas@ and jcs@'s friend ok millert@ | |||
2004-01-20 | Correct checks for non-i810 chip; from FreeBSD. | Alexander Yurchenko | |
test and ok millert@ | |||
2004-01-20 | when reading eeprom for the address, DELAY(4) during the operations. | Theo de Raadt | |
added by netbsd to support cats machines, but i ran into it on the alpha cs20's fxp0 when additional bits got set or reset randomly | |||
2004-01-19 | Rename a few defines to avoid namespace pollution. The only one used was ↵ | Kenneth R Westerback | |
'READ' which is now 'NVREAD'. Potential conflict with SCSI 'READ' spotted by tdeval@. | |||
2004-01-17 | Read product id and revision from pci conf space only once | Alexander Yurchenko | |
and then use the saved values. ok costa@ | |||
2004-01-17 | Major stability improvement. Fix a variety of systems and problems | Kenneth R Westerback | |
by dealing with various error conditions. Testing by Marco Peereboom, Olivier Cherrier, Alex Holst, Daniel Lucq, deraadt@, beck@ and others. ok deraadt@. | |||
2004-01-17 | Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG. | Kenneth R Westerback | |
2004-01-16 | Do not print CHS info for LBA drives, it's useless for drives with | Alexander Yurchenko | |
capacity > 8GB. Total number of cylinders is enough. ok deraadt@ | |||
2004-01-15 | sync | Alexander Yurchenko | |
2004-01-15 | Two Silicon Image SATA chips. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-01-15 | ansi and some spaces; no f/c | Alexander Yurchenko | |
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat | |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat | |
necessary. No functional change. | |||
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback | |
moreluns field in scsi_link structure. Instead, treat an INQUIRY result that duplicates the INQUIRY result of LUN 0 as proof the LUN does not exist. Compensate for lack of SDEV_NOLUNS where necessary by setting sc_link->luns to 1, which has the same effect. From Marco Peereboom. Don't issue Test Unit Ready command before INQUIRY command - not necessary and potentially harmful to devices with ADEV_NOTUR quirk since quirks have not been set yet. From mycroft@NetBSD ok deraadt@, mvme* changes by miod@. | |||
2004-01-13 | spelling | Theo de Raadt | |
2004-01-13 | spelling | Theo de Raadt | |
2004-01-13 | remove needs-flag from wi@usb. drahn@ ok. | Federico G. Schwindt | |
2004-01-12 | Move sensors externs to sys/sensors.h and introduce a macro | Alexander Yurchenko | |
SENSOR_ADD to hide all operations with these externs. ok markus@ | |||
2004-01-11 | Add new getnodebyname interface as OF_getnodebyname to openfirmware, from | Dale Rahn | |
netbsd. Only implemented on macppc so far. | |||
2004-01-10 | sync | Alexander Yurchenko | |
2004-01-10 | Intel 82865G integrated video | Alexander Yurchenko | |
ok deraadt@ | |||
2004-01-10 | Make debug printf a real debug. | Alexander Yurchenko | |
ok nate@ | |||
2004-01-10 | oops, revert change. | Brad Smith | |
2004-01-09 | remove uvm_extern.h | Brad Smith | |
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | |||
2004-01-08 | tom broke the kernel, and is being scolded | Theo de Raadt | |
2004-01-08 | sync | Tom Cosgrove | |
2004-01-08 | Merge entries for Cirrus Logic CS4280 and CS4614 (same device id) | Tom Cosgrove | |
ok krw@, deraadt@ |