Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. | Jun-ichiro itojun Hagino | |
sync with kame. old ioctls are kept but not really recommended. | |||
2001-02-20 | Compile with USCANNER_DEBUG, implied by USB_DEBUG. | Hakan Olsson | |
2001-02-20 | use u_int32_t, not u_int, for DLT_NULL encapsulation. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-20 | tighten IPv4 option header processing (we may want to do more). | Jun-ichiro itojun Hagino | |
reviewed by angelos. | |||
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 | Adhere to VM/UVM pager requirements, do not unmap pager mappings. | Dale Rahn | |
recognize pager_sva/pager_eva. Does not seem to change anything under UVM but is recommended, may have been the cause for the "pmap" bug under VM. Test compiled for VM, but not run. Ok'd by art. | |||
2001-02-20 | Indicate that wdc is capable of UDMA, print device mode using MI | Dale Rahn | |
wdc_print_current_modes function. | |||
2001-02-20 | Add edge/level sense detection capability to the interrupt controller, | Dale Rahn | |
changes from NetBSD, been in my tree for a while. | |||
2001-02-20 | Make drivers more quiet, no point in printing useless information. | Dale Rahn | |
2001-02-20 | Forgot $OpenBSD$ tags | Nathan Binkert | |
2001-02-20 | add uftdi | 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 | use void * consistently in vfs_mount and sys_mount. ok @art | assar | |
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 | Zap some unnecessary defines. | Artur Grabowski | |
2001-02-19 | Indentation nit. | Artur Grabowski | |
2001-02-19 | explicitly set page size for uvm. | Artur Grabowski | |
2001-02-19 | spl sanity | Artur Grabowski | |
2001-02-19 | When doing an assertion for phz, just do it once when we set phz, | Artur Grabowski | |
not once per process. | |||
2001-02-19 | Fix LOCKDEBUG compile. | Artur Grabowski | |
2001-02-19 | Clean up spl handling. | Artur Grabowski | |
2001-02-19 | Avoid losing rtc after suspend/resume on some laptops. Ok provos@ | Hakan Olsson | |
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-19 | Merge from GENERIC: add pseudo-devices for IPv6. | Christian Weisgerber | |
2001-02-18 | In scsi_print_sense, add 0x when printing the opcode to clarify it's | Federico G. Schwindt | |
base 16; suggested by Quentin Barnes <qbarnes@urbana.css.mot.com>, ok by costa@. | |||
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 | two siop drivers conflict. rename to ssh -- short for Symbios Scripts Hardware | 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-18 | USBVERBOSE | Theo de Raadt | |
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 | db_elf definitions | Michael Shalayeff | |
2001-02-16 | import some alphaizm for the db_elf's sake | Michael Shalayeff | |
2001-02-16 | sti_mmap() proper return type | Michael Shalayeff | |
2001-02-16 | get rid of #ifdef IPV6FIREWALL (never used, will never be used) | Jun-ichiro itojun Hagino | |
2001-02-16 | protect router list management by splsoftnet properly. sync with kame | Jun-ichiro itojun Hagino | |