Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-10 | Added support for wd detach (merge from NetBSD). Support for | Constantine Sapuntzakis | |
SCSI/ATAPI detach is not here yet. Minor cleanup of wdc. Downgrade to UDMA mode 1 before going further. Want to stay in UDMA modes because they're more error-resilient due to a CRC. Got rid of some of the ridiculous amount of softc sharing going on. Hopefully, this will make the life of whoever goes in and fixes the ref-counting to be correct easier. | |||
2000-04-10 | output routine enqueues and calls start, rather than requeueing for input. | Angelos D. Keromytis | |
2000-04-10 | Typo. | Angelos D. Keromytis | |
2000-04-10 | SIOCAIFADDR. | Angelos D. Keromytis | |
2000-04-10 | Allow setting address. | Angelos D. Keromytis | |
2000-04-09 | range error; < cd_ndevs, not <= | Theo de Raadt | |
2000-04-09 | fix ulpt major # allocation | Matthieu Herrb | |
2000-04-09 | Put the line-wrap check back under STATE_INIT. It was causing some display | Aaron Campbell | |
problems in some (curses?) applications, i.e., sniffit. | |||
2000-04-09 | Move a locking function that was spread throughout disk device drivers into | Constantine Sapuntzakis | |
the disk structure. The locking was mostly used in disk device drivers to prevent multiple disklabel operations from going on simultaneously against the device. Added disk_construct(), a constructor for the disk structure, that initializes the lock structure in disk. It is called by default in disk_attach() if it hasn't been called yet. Added disk_lock and disk_unlock | |||
2000-04-09 | Added config_detach_children, config_activate_children. | Constantine Sapuntzakis | |
Added ref counting to devices: device_ref, device_unref and a new method for devices : ca_zeroref, called when the ref count hits zero. Note that ca_zeroref may be called from interrupt context. | |||
2000-04-09 | Pass ip_off and ip_len in the correct byte order to icmp_error(); this | Angelos D. Keromytis | |
should fix the crash problems with isic, reported last week. | |||
2000-04-09 | Don't trust the TOC coming from the drive so much. | Constantine Sapuntzakis | |
Be better about handling failures of SCSI CD READ TOC command. | |||
2000-04-08 | If the vendor name is NULL, do not output a leading space; reported by deraadt@ | Aaron Campbell | |
2000-04-08 | Y-E UFI drives don't clear sense on INQUIRY. Upper-layer SCSI drivers | Constantine Sapuntzakis | |
don't like that too much. Now drive is detected correctly, even without floppy in it. | |||
2000-04-08 | Add RCSids. | Aaron Campbell | |
2000-04-08 | These days, attach can occur outside the tsleep-restricted world of | Constantine Sapuntzakis | |
BSD autoconf. Don't use POLL & NOSLEEP mode if attaching after autoconf | |||
2000-04-08 | Complete the port to OpenBSD started by aaron@ | Constantine Sapuntzakis | |
Tested with Y-E USB floppy. | |||
2000-04-08 | If IFF_LINK0 is set, do IP-in-IP instead of Ethernet-in-IP. This will | Angelos D. Keromytis | |
be used to implement overlay networks and more flexible road-warrior support. | |||
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell | |
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic. | |||
2000-04-08 | 2.7-beta | Theo de Raadt | |
2000-04-07 | Another option, PCIBIOS_BUS_FIXUP, is needed for CardBus on some machines. | Aaron Campbell | |
2000-04-07 | Need <sys/device.h>. | Aaron Campbell | |
2000-04-07 | Protect MAXPHYS against redefinition- this allows you to make a config | mjacob | |
option for increasing it to something reasonable for large I/O subsystems (you get 22MB/s on some of the DataDirect RAID arrays at 64K, about 37MB/s when you get go to 256KB transfers). | |||
2000-04-07 | add DISKMINOR(), and repair redefinitions | Theo de Raadt | |
2000-04-07 | add DISKMINOR(), and repair redefinitions | Theo de Raadt | |
2000-04-07 | correct debug printouts | Niklas Hallqvist | |
2000-04-07 | remove statics | Niklas Hallqvist | |
2000-04-06 | in the heat of the night... | Todd T. Fries | |
2000-04-06 | add vm/vm.h for prototypes; from mickey@ | Todd T. Fries | |
2000-04-06 | Don't match AIC6915 -- that's a network card, supported by sf(4). | Aaron Campbell | |
2000-04-06 | only call get_random_bytes() once in m_pad() | Theo de Raadt | |
2000-04-06 | include vm/vm.h because some stuff in the kernel depends on that. | Artur Grabowski | |
(all other archs include it) | |||
2000-04-06 | Random cleanup. | Artur Grabowski | |
2000-04-06 | Get FC connection topology out of f/w during startup. Reset restriction | mjacob | |
against targets < 129 if we're on a Public Loop- we can have those, yes. Fix all the settings isp_sendmarker all throughout this file to OR in the bus that we are trying to synchronize (e.g., after a bus reset)- this way we don't wipe out pending sendmarker settings that haven't been done yet. | |||
2000-04-06 | Remove restriction against bus resets for Ultra3 cards (and what | mjacob | |
would have been for Ultra2)- we've fixed the problem in isp_control. | |||
2000-04-06 | Roll internal revision level. Put in Fibre Channel topology storage | mjacob | |
and definitions. | |||
2000-04-06 | hide debugging printfs | Michael Shalayeff | |
2000-04-05 | do not exhaust the random pool while debugging | Michael Shalayeff | |
2000-04-05 | run at splnet() instead of splimp() | Jason Wright | |
2000-04-05 | maintain state about keys, upload them to context ram once (and avoid the | Jason Wright | |
300 clock penalty on key upload) XXX hifn_freesession should probably zot the keys from context ram but XXX does not yet. | |||
2000-04-05 | regen | Niklas Hallqvist | |
2000-04-05 | Correct RCSId | Niklas Hallqvist | |
2000-04-05 | Update to ipf 3.3.12. Most fixes relate to hardening of | Kjell Wooding | |
in-kernel ftp proxy. See sbin/ipf/HISTORY for details. | |||
2000-04-05 | Changed boot messages and fixed Ultra160 boot messages. | Steve Murphree | |
AHA-29160 Ultra160 verified working. | |||
2000-04-05 | Add USB modem driver stubs; from NetBSD. Not yet tested. | Aaron Campbell | |
2000-04-04 | Sync with NetBSD. | Aaron Campbell | |
2000-04-04 | New USB mass storage driver. Improvements: Uses asynchronous USB requests, | Aaron Campbell | |
supports more transport protocols (bulk-only and CBI), supports more command sets (SCSI and ATAPI); from NetBSD. Not yet tested. | |||
2000-04-04 | add mac result pointer to the callback routine | Jason Wright | |
register as supporting MD5_HMAC96 and SHA1_HMAC96 use the correct bit (HIFN_MAC_CMD_NEW_KEY) when checking the mac_cmd mask don't append the mac result to the dest buffer, add it to the result buffer remove incorrect source count calculation involving mac length add order checking to hifn_process so that we can verify the request is possible given the ordering of processing units within the hifn. correct hifn_callback()'s handling of mac checking and copy the computed mac into the right place in the mbuf. | |||
2000-04-04 | regen | Michael Shalayeff | |
2000-04-04 | make the comment and definition of HIFN_MAX_COMMAND more readable | Jason Wright | |
define HIFN_MAC_CMD_RESULT bit (append MAC to result buffer) |