Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-12 | regen | Henning Brauer | |
2003-01-12 | bunch of devices for the nVidia nForce2 chipset | Henning Brauer | |
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se> | |||
2003-01-12 | Cleaner equivalent to p1212_calc_crc() + some param shortcuts. | Thierry Deval | |
2003-01-12 | Trust the link_speed from SelfID (PHY), better than a minimalist (usually | Thierry Deval | |
fixed) ConfigROM. | |||
2003-01-12 | - Use OHCI_BITVAL and OHCI_BITSET where appropriate. | Thierry Deval | |
- Use the IEEE1394_SELFID names, instead of dumb hex constants. - Get the nodes' link_speed from the SeldID PHY packets. - Some more cleanup. | |||
2003-01-12 | - Capitalize hex constants. | Thierry Deval | |
- Add OHCI_BITSET, the counterpart of OHCI_BITVAL. - Make all the defined value fields have the _MASK/_BITPOS form. | |||
2003-01-12 | Add a link_speed entry to the UID table + readability knit. | Thierry Deval | |
2003-01-12 | Add link_speed to attach arg. | Thierry Deval | |
2003-01-12 | Add PHY packets defines. | Thierry Deval | |
2003-01-12 | regen | Michael Shalayeff | |
2003-01-12 | order the intel section and add a couple of nforce prods from dmesglog | Michael Shalayeff | |
2003-01-12 | add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ↵ | Jason Wright | |
dot com | |||
2003-01-12 | pad tx buffer with zero's; John L. Scarfone, j0 at cox.net | Jason Wright | |
2003-01-11 | regen | Henning Brauer | |
2003-01-11 | VIATECH VT8235_AGP | Henning Brauer | |
2003-01-11 | regen | Henning Brauer | |
2003-01-11 | Via VT8377 Host-PCI | Henning Brauer | |
2003-01-11 | sync | Jason Wright | |
2003-01-11 | via rhine III; jonathon.fletcher at pobox.com | Jason Wright | |
2003-01-10 | Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCI | Todd C. Miller | |
cards. These use an ACEX EP1K30 programmable logic device (PLD) as the PCMCIA->PCI bridge. There's no documentation available on how Symbol has this configured; the magic bits are based on modifications to the Linux orinoco driver by Tobias Hoffmann. He, in turn, figured out the magic from the Windows driver. This does mean we have undocuemnted hex constants; sigh. I also moved commented bridge chip info to right before the appropriate bridge attachment. The massive comment at the top of the file was becoming illegible. | |||
2003-01-10 | Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type is | Todd C. Miller | |
not set yet this is a NOOP (noticed some time ago by fgs@). Call wi_cor_reset() from wi_watchdog() so we do a soft reset of the card. Currently, we only reset Symbol cards but should probably reset all but Lucent cards with very old firmware revisions. | |||
2003-01-10 | now that epconfig() prints stuff another new way fix the dmesg print again. ↵ | Michael Shalayeff | |
also reclaim resources on failures and etc | |||
2003-01-10 | splio->splbio in comment | Alexander Yurchenko | |
2003-01-09 | fix dmesg print and free resources on failures | Michael Shalayeff | |
2003-01-09 | regen | Alexander Yurchenko | |
2003-01-09 | Add Intel 31244 PCI-X to SATA controller | Alexander Yurchenko | |
ok millert@ | |||
2003-01-08 | Regen to add SYMBOL LA41X3 | Todd C. Miller | |
2003-01-08 | Add SYMBOL LA41X3 | Todd C. Miller | |
2003-01-08 | Sync debug info with code. | Thierry Deval | |
2003-01-08 | Merry Christmas Mickey! | Kenneth R Westerback | |
First cut at osiop driver (LSI Logic/Symbios/NCR 53C710). For hppa only at the moment. Functional for the most part, but there are known problems: 1) SCSI_CHECK/REQUEST_SENSE not handled at all - simply returns a zero'ed scsi_sense_data buffer. As a result all osiop sc_link's are created with the ADEV_NODOORLOCK quirk to suppress PREVENT_ALLOW commands from being issued (and failing) during probe. 2) Sync negotiation (wide is not supported on this chip) needs to be validated due to some ominous comments in the source about being valid only for the 33Mhz Zeus board. 3) Probe message needs fixing/completion to issue useful info. See 2). 4) Timeout/hangs occur under heavy load, e.g. make builds. From NetBSD. ok mickey@ | |||
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho | |
ok henning@, deraadt@ | |||
2003-01-07 | do the busy wait loops my favourite style and merry xmas | Michael Shalayeff | |
2003-01-06 | syncronous -> synchronous | Miod Vallat | |
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | regen | Alexander Yurchenko | |
2003-01-05 | Add VT6306 FireWire; ok tdeval@ | Alexander Yurchenko | |
2003-01-05 | proper endianess handling in 16 and 32 bit video modes, 24 bit is not ↵ | Michael Shalayeff | |
supported by the card | |||
2003-01-05 | endianess-free, works on macppc now, except for the fb endianess | Michael Shalayeff | |
2003-01-04 | spelling | Theo de Raadt | |
2003-01-04 | Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net. | Mats O Jansson | |
Replaced some Latin 1 symbols with Latin 2. -moj | |||
2003-01-04 | Add support for turkish keyboard from Berk Demir bdd at ieee dot org. | Mats O Jansson | |
Replaced some Latin 1 symbols with Latin 5. -moj | |||
2003-01-02 | regen | Alexander Yurchenko | |
2003-01-02 | Add Promise PDC20376 SATA RAID | Alexander Yurchenko | |
ok miod@ | |||
2003-01-02 | D-Link DFE-650TXD new vendor mac. | Federico G. Schwindt | |
from Scott Parish <srp at srparish dot net> via PR/3052. | |||
2003-01-01 | Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier, | Miod Vallat | |
thanks. | |||
2002-12-30 | Add $OpenBSD$ tag. | Thierry Deval | |
Thanks to Clarie Wouter (rimshot at pandora point be) | |||
2002-12-30 | Update. | Thierry Deval | |
2002-12-30 | Some cleanup. | Thierry Deval | |
Re-work the SBP2 data manipulation to support concurrent node accesses. (That data manipulation MUST go into SBP2 code, eventually) | |||
2002-12-30 | Implement the reconnect callback. This will be called whenever an SBP2 node's | Thierry Deval | |
node_id changes, following a BusReset (happens when you add/remove a device to/from the FireWire chain). Re-work the ORB management to support concurrent node accesses. |