summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2004-05-05regenjoshua stein
2004-05-05make my treo 600 attach as a uvisor instead of ugen, from netbsdjoshua stein
ok nate@
2004-05-05regenBrad Smith
2004-05-05more TI devicesBrad Smith
ok mickey@
2004-05-05regenMichael Shalayeff
2004-05-05shrink some descriptionsMichael Shalayeff
2004-05-05regenMichael Shalayeff
2004-05-05a few mylex raid things; from netbsdMichael Shalayeff
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt
2004-05-04Fix my stupid bug with missing sata_setup_channel() call.Alexander Yurchenko
Now VIA VT8237 SATA really works. Problem report, testing and ok drahn@.
2004-05-04syncAlexander Yurchenko
2004-05-04A couple of Intel 6300ESB devices found in dmesg posted to misc@Alexander Yurchenko
by Markus Foerster <openbsd@1ster.de>. ok deraadt@
2004-05-04Sort out the various Intel Pro/1000 IDs.Henric Jungheim
From Marco Peereboom.
2004-05-04Sync.Henric Jungheim
2004-05-04Sort out the various Intel Pro/1000 device IDs.Henric Jungheim
From Marco Peereboom
2004-05-03If wi@pcmcia fails in wiattach(), disestablish the interrupt andDale Rahn
let the rest of the cleanup code run. ok millert@
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
2004-05-01Fix a disk_unbusy() that was missing the 3rd argument; Georg SchwarzTodd C. Miller
2004-05-01Fix nasty bug where driver would not correctly catch and handle an rnrBob Beck
condition when it was due to the the recieve buffers being exhausted with no packet transmits during that time. Symptom was that the fxp would simply stop interrupting for the next 15 seconds until the watchdog kicked in and reset the chip due to 15 seconds of inactivity, making the fxp very poorly behaved when hammered on hard. ok deraadt@
2004-04-28Add FLUSH CACHE EXT command from ATA/ATAPI-6 spec.Alexander Yurchenko
2004-04-28Removing some erroneous \n junk and a little KNF. ok & tested krw@Marco Peereboom
2004-04-28Make carp(4) aware of its physical interface:Ryan Thomas McBride
- If the physical interface goes down or the link goes down, the carp interface goes down as well. - We treat this like the preemption holdoff with pfsync. So if one of the carp interfaces is known to be bad (because the physical interface it's associated with is bad), all the other carp interfaces back off: they won't preempt, and their advskew goes to 240. ok cedric@
2004-04-27irregardless -> irrespective;Jason McIntyre
ok millert@ krw@ derision from the rest of the world stolen from a rejected freebsd pr;
2004-04-26vaddr_t casts for vtophys, works on amd64. ok deraadt@Ted Unangst
2004-04-26oh we need to model check and not crank > 256 for older cards... do that laterTheo de Raadt
2004-04-26this driver had 256 clusters for receive buffers. move to 512, to increaseTheo de Raadt
performance, if the interface is up. at boot time, allocate only 12 though ... though we note that em_stop() frees them all. perhaps some are used to talk to other parts of the engine though at runtime... tested by mcbride and beck
2004-04-26start with minimum recieve rings. when we ifconfig up, allocate more.Theo de Raadt
this reduces mbuf clusters sitting around unused. from mcbride, fixed by me, tested by frantzen
2004-04-26Allocate rx buffer mbuf clusters at ifconfig time, release them when theRyan Thomas McBride
interface is configured down. FXP_NRFABUFS_MIN clusters are allocated at all times as they are used by the driver to send commands to the card. ok deraadt@
2004-04-26Howe eye wysh eye cud spel.Ryan Thomas McBride
2004-04-25syncTheo de Raadt
2004-04-25new axe; freebsdTheo de Raadt
2004-04-25Make it clear that we will give each target an openings value equal toKenneth R Westerback
the number of available requests divided by the maximum number of targets on the bus. ok marco@
2004-04-25Rework SCSI_POLL/INQUIRY logic to make it more readable, not least byKenneth R Westerback
fitting all the lines into 80 columns. Prodded by deraadt@. Tested & ok marco@.
2004-04-24Define wscons device ids for the Luna devices.Miod Vallat
2004-04-23kill evil spacesMichael Shalayeff
2004-04-23properly id CX20468 and patch it too, also one more _cx codec; made possible ↵Michael Shalayeff
by fries@
2004-04-20Belkin F5U109; from NetBSD, ok henningPeter Valchev
2004-04-20protect from multiple inclusion; ok miodPeter Valchev
2004-04-19allow this to compile after the tags/wide/sync SCSI fix went in.Brad Smith
2004-04-18Sync with FreeBSD's "em".Henric Jungheim
2004-04-18Fix cut/paste typo in error message.Kenneth R Westerback
2004-04-18Restore siop's (and possibly others) ability to negotiate tags/wide/sync byKenneth R Westerback
reverting to a single (short) INQUIRY command during probe. Compensate in siop by trying PPR on all targets on SCSI-3 buses and falling back to WDTR/SDTR if PPR rejected. Problem found by mickey@. Tested on a wide variety of devices by Marco. ok marco@ deraadt@.
2004-04-17oops, it is on the 2nd IDTheo de Raadt
2004-04-17syncTheo de Raadt
2004-04-17exsys EX41098Theo de Raadt
2004-04-16remote splaudio hack, now that all architectures that need it,Peter Valchev
have it in MI includes; ok miod
2004-04-15Fix incorrect error message (rx dma map, not tx).Ryan Thomas McBride
2004-04-15regenMichael Shalayeff
2004-04-15a plessey phy as found on some pnicsMichael Shalayeff
2004-04-15user bus_dmamap_load_mbuf and set rcvif on receiveMichael Shalayeff