summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-08-09Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@Marco Peereboom
2005-08-08Add ses link. Tested and ok deraadt@Marco Peereboom
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
2005-08-08Add devices to structures.Marco Peereboom
2005-08-07remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krwTheo de Raadt
2005-08-06while checking for an aux port, if we timeout waiting for our testjoshua stein
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesMarco Peereboom
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
2005-08-03if fw provides no max sgl len -- suggest some of our ownMichael Shalayeff
2005-08-03in config loop: make delay longer and less iterations to make it run in a bet...Michael Shalayeff
2005-08-02apparently reading idb sometimes produces better results if prependMichael Shalayeff
2005-08-02reduce stack usageReyk Floeter
2005-08-01make compile againMichael Shalayeff
2005-08-01remove device polling leftovers from wpaul driverPeter Valchev
2005-08-01Add alarm control.Marco Peereboom
2005-08-01remove whitespaceBrad Smith
2005-07-31Move large receive/decryption buffer allocation from the stack intoChristopher Pascoe
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-07-29oops don't leak memory when ami_mgmt fails.Marco Peereboom
2005-07-29Per art's email, don't keep something bigger than > 256 bytes on the stack.Marco Peereboom
2005-07-29Remove cruft.Marco Peereboom
2005-07-29Redo bioctl because initial implementation was too complex.Marco Peereboom
2005-07-28New driver for the AMD PCnet-PCI family of Ethernet chips. ThisBrad Smith
2005-07-20add a comment explaining why we set the MAC address as we do.Brad Smith
2005-07-20fix setting the MAC address in rl_init() so that "ifconfig lladdr" worksBrad Smith
2005-07-20Remove some more dead code and stale comments.Marco Peereboom
2005-07-20Remove some old NetBSDism for resource shortages. Add proper handling for thisMarco Peereboom
2005-07-20Delete dead code.Marco Peereboom
2005-07-20Skip processor devices when running PPR as per XXX. Ran into a box where theMarco Peereboom
2005-07-19- the self linked hardware rx descriptor list does not work in hostapReyk Floeter
2005-07-19A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly.Miod Vallat
2005-07-18fix sparc64 console; same diff as miodTheo de Raadt
2005-07-18revert marcos bio changes, mickey not okDavid Gwynne
2005-07-18COM_CONSOLE & DDB fixTheo de Raadt
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18Rip out all previous bio code because it sucked. Replaced all ioctl code inMarco Peereboom
2005-07-17Allow the console support code not to be compiled in; this will beMiod Vallat
2005-07-14Oops, commit actual structure that we need...Marco Peereboom
2005-07-14Add physical disk structure.Marco Peereboom
2005-07-12Print the card number the chipset string is obtained from.Jonathan Gray
2005-07-12Add AMI_MAX_TARGET.Marco Peereboom
2005-07-11Enable IR receive mode only for infrared capable PXA2x0 UARTs. NormalUwe Stuehler
2005-07-10Add diskarray structure for modern controllers.Marco Peereboom
2005-07-08Remove verbosity during autoconf when running in vmware.Marco Peereboom
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ...Michael Shalayeff
2005-07-03Fix data_length values in simulationed MODE SENSE page 4 responses soKenneth R Westerback
2005-07-03MCR_AFE, found on some chipsTheo de Raadt
2005-07-02oopsBrad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in rl_stop() before de-allocating resources.Brad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in ral_stop() before de-allocating resources.Brad Smith