Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-28 | Removing some erroneous \n junk and a little KNF. ok & tested krw@ | Marco Peereboom | |
2004-04-28 | Make 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-27 | irregardless -> irrespective; | Jason McIntyre | |
ok millert@ krw@ derision from the rest of the world stolen from a rejected freebsd pr; | |||
2004-04-26 | vaddr_t casts for vtophys, works on amd64. ok deraadt@ | Ted Unangst | |
2004-04-26 | oh we need to model check and not crank > 256 for older cards... do that later | Theo de Raadt | |
2004-04-26 | this driver had 256 clusters for receive buffers. move to 512, to increase | Theo 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-26 | start 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-26 | Allocate rx buffer mbuf clusters at ifconfig time, release them when the | Ryan 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-26 | Howe eye wysh eye cud spel. | Ryan Thomas McBride | |
2004-04-25 | sync | Theo de Raadt | |
2004-04-25 | new axe; freebsd | Theo de Raadt | |
2004-04-25 | Make it clear that we will give each target an openings value equal to | Kenneth R Westerback | |
the number of available requests divided by the maximum number of targets on the bus. ok marco@ | |||
2004-04-25 | Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by | Kenneth R Westerback | |
fitting all the lines into 80 columns. Prodded by deraadt@. Tested & ok marco@. | |||
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-04-23 | kill evil spaces | Michael Shalayeff | |
2004-04-23 | properly id CX20468 and patch it too, also one more _cx codec; made possible ↵ | Michael Shalayeff | |
by fries@ | |||
2004-04-20 | Belkin F5U109; from NetBSD, ok henning | Peter Valchev | |
2004-04-20 | protect from multiple inclusion; ok miod | Peter Valchev | |
2004-04-19 | allow this to compile after the tags/wide/sync SCSI fix went in. | Brad Smith | |
2004-04-18 | Sync with FreeBSD's "em". | Henric Jungheim | |
2004-04-18 | Fix cut/paste typo in error message. | Kenneth R Westerback | |
2004-04-18 | Restore siop's (and possibly others) ability to negotiate tags/wide/sync by | Kenneth 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-17 | oops, it is on the 2nd ID | Theo de Raadt | |
2004-04-17 | sync | Theo de Raadt | |
2004-04-17 | exsys EX41098 | Theo de Raadt | |
2004-04-16 | remote splaudio hack, now that all architectures that need it, | Peter Valchev | |
have it in MI includes; ok miod | |||
2004-04-15 | Fix incorrect error message (rx dma map, not tx). | Ryan Thomas McBride | |
2004-04-15 | regen | Michael Shalayeff | |
2004-04-15 | a plessey phy as found on some pnics | Michael Shalayeff | |
2004-04-15 | user bus_dmamap_load_mbuf and set rcvif on receive | Michael Shalayeff | |
2004-04-14 | make it compile | Michael Shalayeff | |
2004-04-14 | another SoundBlaster Live | Brad Smith | |
From: NetBSD ok mickey@ | |||
2004-04-14 | regen | Brad Smith | |
2004-04-14 | more SoundBlaster Live ids. | Brad Smith | |
From: NetBSD ok mickey@ | |||
2004-04-14 | new vr; loki@animata.net | Theo de Raadt | |
2004-04-14 | sync | Theo de Raadt | |
2004-04-14 | new vr (loki@animata.net) and em (henric/marco) | Theo de Raadt | |
2004-04-12 | removeable -> removable; | Jason McIntyre | |
ok deraadt@ beck@ | |||
2004-04-12 | Fix DMA length on complex SGL. Apparantly this fixes the outstanding ↵ | Marco Peereboom | |
1.03.xx mpt firmware issue. From NetBSD pointed out by deraadt@. ok deraadt@, krw@ | |||
2004-04-12 | Enable the memory arbiter before turning off the PXE restart. This | Brad Smith | |
prevents NMI's from happening when resetting the chip on some hardware. From: FreeBSD ok deraadt@ | |||
2004-04-12 | This has been a pain in the ass for about 8 months which made new ICP | Theo de Raadt | |
cards lock up under load: skip two initializations that we were previously told to use by ICP themselves (ie. from their linux driver). now we are not supposed to use those APIs, because the new firmwares for their new cards become unrealiable. and that is all we have been able to find out. sigh. For some cards, you must also be sure to get a new boot firmware from ICP because they made another mistake: Any bootblock that tried to switch back and forth between real and protected mode ended up with corrupted registers. from Achim_Leubner@adaptec.com, via niklas, tested on a few cards by a few people. | |||
2004-04-11 | Use INQUIRY instead of TUR for PPR. By doing this the target device ↵ | Marco Peereboom | |
actually transfers data at the requested speed; in essence this is a poor-mans domain validation. Also some SCSI device are horribly out of spec and they won't respond correctly to TUR. ok krw@ | |||
2004-04-10 | sync | Theo de Raadt | |
2004-04-10 | minolta dimage A1 quirk; 3734, michael@paddon.org | Theo de Raadt | |
2004-04-10 | Support for Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru> | Alexander Yurchenko | |
ok deraadt | |||
2004-04-10 | Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru> | Alexander Yurchenko | |
ok deraadt | |||
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning Brauer | |
crawl under mbuf starvation, making the situationmuch worse, and don't make sense in the first place. ok tdeval@ millert@ beck@ deraadt@ | |||
2004-04-09 | sync | Alexander Yurchenko | |
2004-04-09 | Two amd8131 pci-x devices found in dmesg from henning | Alexander Yurchenko | |
ok deraadt | |||
2004-04-09 | sync | Theo de Raadt | |