Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-27 | Half support for this D-Link DFE-650 model that has completely different | Federico G. Schwindt | |
vendor; from kart@hal-pc.org. | |||
2001-02-27 | Always fully reset the card on an_init() | Thorsten Lockert | |
Call an_init() when setting and clearing promisc; makes transmitter work after turning off promiscuous mode Identify RID in an_read_record() on failure | |||
2001-02-27 | Sync with anreg.h -- this should be redone to not duplicate information... | Thorsten Lockert | |
2001-02-27 | Garbage collect unused flag | Thorsten Lockert | |
Newer firmware has larger stats struct | |||
2001-02-26 | Sigh. unstatic the simplelock to make this compile without LOCKDEBUG. | Artur Grabowski | |
2001-02-26 | Initialize the simple lock properly. | Artur Grabowski | |
2001-02-26 | Replace literal with defined constant | Thorsten Lockert | |
2001-02-26 | Allow configuration of WEP. From FreeBSD; ok aaron@ | Thorsten Lockert | |
2001-02-26 | Change default SSID from "ANY" to blank -- this will actually make it | Thorsten Lockert | |
connect to any SSID found. | |||
2001-02-25 | Add wscons_machdep.c which is a constab-style wrapper driver for wscons on | Aaron Campbell | |
i386. This fixes serial console. millert@, mickey@ ok | |||
2001-02-24 | #else if/#elif | Michael Shalayeff | |
2001-02-23 | Merge with FreeBSD: | Jason Wright | |
more portable between fbsd and obsd real mii support prefer memory mapped registers (if configuration supports it) | |||
2001-02-22 | Typo police: | Kenneth R Westerback | |
Replace last ADV/ASC/Adv, etc. uses with ADW/Adw as appropriate. Delete comments about non-existant structure members, correct references to existing structure members to use correct structure names or typedefs. | |||
2001-02-22 | sync | Chris Cappuccio | |
2001-02-22 | Use real VIA product names for IDE controllers rather then contrived ones, | Chris Cappuccio | |
ok deraadt@ | |||
2001-02-22 | slightly less verbose dmesg | Chris Cappuccio | |
2001-02-22 | sync | Chris Cappuccio | |
2001-02-22 | Comments may not exist on 'product' or 'vendor' lines | Chris Cappuccio | |
2001-02-21 | sync | Chris Cappuccio | |
2001-02-21 | Make dmesg prettier, ok deraadt@ | Chris Cappuccio | |
all your base are belong to us | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-20 | sync with freebsd: | Jason Wright | |
use LIST_FOREACH construct instead of homebrew loop | |||
2001-02-20 | add mii support to if_vr (mostly from FreeBSD) | Jason Wright | |
also sync with other FreeBSD changes | |||
2001-02-20 | Use table driven device list | Jason Wright | |
Add Dlink 530TX+ (thanks to Jarrett Byrnes <jearbear@arrr.net> for testing) | |||
2001-02-20 | Compile with USCANNER_DEBUG, implied by USB_DEBUG. | Hakan Olsson | |
2001-02-20 | default to kernel messages blue | Theo de Raadt | |
2001-02-20 | If you can't do wide xfers, don't tempt the targets by offering | Kenneth R Westerback | |
it. They might not turn you down. Spotted by drahn@. | |||
2001-02-20 | Forgot $OpenBSD$ tags | Nathan Binkert | |
2001-02-20 | Add the uftdi driver for the FTDI usb->serial converter. | Nathan Binkert | |
Driver from NetBSD. ok aaron@ | |||
2001-02-20 | sync | Jason Wright | |
2001-02-20 | Dlink 530TX+ | Jason Wright | |
2001-02-20 | Tone down the verbosity level slightly on the adw driver, print | Kenneth R Westerback | |
negotiation results on one line, during boot polling only, in same format as now used in siop. Move one check for probe INQUIRY commands to poll loop rather than checking every good I/O twice. | |||
2001-02-20 | Tone down the verbosity level slightly on the iha driver, print | Kenneth R Westerback | |
negotiation results on one line, during boot polling only, in same format as now used in siop. Move checking for probe INQUIRY commands to poll loop rather than checking every good I/O. Remove an unwanted debug statement and unneeded (resolved) XXX comment. | |||
2001-02-20 | Tone down the verbosity level on the siop driver, print negotiation | Kenneth R Westerback | |
results on one line, during boot polling only. Force wide/sync negotiations for all targets during boot. Delete extraneous name field and associated strings that duplicate info provided in INQUIRY data. Actually timeout during polling rather than wait forever for ITSDONE. Remove unneeded check for SCSI_POLL before calling scsi_done(). Makes logic conform to other drivers. | |||
2001-02-19 | proper dmaable memory allocations; oops | Michael Shalayeff | |
2001-02-19 | propoer dmaable memory allocations | Michael Shalayeff | |
2001-02-19 | Fix a bug (bad conversion from unsigned int to int) in PS/2 mouse resolution | jbm | |
setting, so that WSMOUSEIO_SRES ioctl with WSMOUSE_RES_MIN value now works; matthieu@ ok. | |||
2001-02-18 | sync | Jason Wright | |
2001-02-18 | altima ac101 phy; from freebsd | Jason Wright | |
2001-02-18 | shorten message | Theo de Raadt | |
2001-02-18 | sync | Theo de Raadt | |
2001-02-18 | new | Theo de Raadt | |
2001-02-18 | Fix an uninitialized variable which could cause corruption of the user | Aaron Campbell | |
button state (and hence spurious mouse clicks) if the event queue filled up; from NetBSD. | |||
2001-02-17 | no need for seperate variable to hold ethernet address... that's what | Jason Wright | |
ac_enaddr is for | |||
2001-02-17 | sync with freebsd up to switch to mii | Jason Wright | |
also increase the delay for accessing the eeprom (seems it needs a bit longer to get ether address settled). | |||
2001-02-16 | sti_mmap() proper return type | Michael Shalayeff | |
2001-02-15 | Import siop, a replacement for the ncr SCSI driver, from NetBSD. | Kenneth R Westerback | |
Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet. | |||
2001-02-14 | another ne2k, from markus@ | Michael Shalayeff | |
2001-02-14 | regen | Michael Shalayeff | |
2001-02-14 | another ne2k from markus@ | Michael Shalayeff | |