Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-07 | correct debug printouts | Niklas Hallqvist | |
2000-04-07 | remove statics | Niklas Hallqvist | |
2000-04-06 | Don't match AIC6915 -- that's a network card, supported by sf(4). | Aaron Campbell | |
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 | 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 | 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) | |||
2000-04-04 | new cards supported by if_awi (new coming soon); also extraneous spaces removed | Michael Shalayeff | |
2000-04-04 | regen | Michael Shalayeff | |
2000-04-04 | i82802AB/AC firmware hub | Michael Shalayeff | |
2000-04-04 | Import tagging code and try to resolve locking problem. | Steve Murphree | |
2000-04-03 | fix dmesg output | Theo de Raadt | |
2000-04-03 | change overriding message | Theo de Raadt | |
2000-04-03 | Set the default node name to "OpenBSD". | Aaron Campbell | |
2000-04-03 | aironet 802.11 ds driver from freebsd, isa and pci are missing | Michael Shalayeff | |
2000-04-03 | Bring code into line with comment and ensure | Kenneth R Westerback | |
that carr_freelist always has a carrier on it. This should fix a problem where carr_freelist has become NULL and then AdvISR() attempts to put a carrier back on the list without checking if carr_freelist is non-NULL. This and the previous two changes to adwlib.c and the change committed to adw.c at the same time were derived in whole or part from work done by/with dante@ from NetBSD. | |||
2000-04-02 | Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_sp | Kenneth R Westerback | |
2000-04-02 | AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos. | Kenneth R Westerback | |
2000-04-02 | adw_intr should only claim adw interrupts. Two typos. | Kenneth R Westerback | |
2000-04-01 | The AMD756 requires a delay before reading the number of ports from the | Aaron Campbell | |
controller to avoid getting 0 from it; from NetBSD. | |||
2000-03-31 | Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED. | Aaron Campbell | |
From NetBSD. | |||
2000-03-31 | Quiet down the boot for powerpc, do not print openfirmware devices not | Dale S. Rahn | |
configured, still prints all of the buses... | |||
2000-03-31 | Remove the timeout and print_stats functions (debugging code) | Jason Wright | |
Make sure to skip over zero length mbufs when building the pa/len array Correct some of the comments to reflect reality Fix sanity checking of the device based on the 'sid' | |||
2000-03-30 | document hook functions | Jason Wright | |
2000-03-30 | Sync with NetBSD. USB Ethernet drivers should work now. | Aaron Campbell | |
2000-03-30 | instrument bad crp's and bad crp callbacks, too | Jason Wright | |
2000-03-30 | add some instrumentation for tracking input (commands/bytes) and output | Jason Wright | |
(results/bytes) as well as "ring full" and "other" errors rework hifn_process so that in the event of a ring full or other error, the error type is set in the descriptor and the callback is executed. | |||
2000-03-30 | auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?)) | Jason Wright | |
2000-03-29 | - update copyrights | Jason Wright | |
- remove all ability to block (no more tsleep/wakeup) | |||
2000-03-29 | remove round-robin use of the boards. We're depending on the upper layer | Jason Wright | |
being more intelligent about allocation in the future. | |||
2000-03-29 | sync | Theo de Raadt | |
2000-03-29 | more intel 840 stuff | Theo de Raadt | |
2000-03-29 | Long over due checkpoint: | Jason Wright | |
o register the hifn as handling DES and 3DES (no md5 or sha1 yet) depending on whether the board is unlocked (none, half, or full) o Fix many KNF nits o print the amount of memory correctly and don't print the number of sessions o set command and result buffer sizes correctly o reclaim the descriptor rings so new commands and buffers can be added o remove some bogus checks on the command buffer o add new variables mac_process_len and crypt_process_len to hifn_command_t o fix calculation in hifn_mbuf to generate the pa/len array for src/dst o simplify the code for setting up the jump descriptor o rework the hifn_intr routine to interrupt at IPL_IMP and simplify it's results processing o more to come... | |||
2000-03-29 | ifmedia for ray | Michael Shalayeff | |
2000-03-28 | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | Aaron Campbell | |
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested). | |||
2000-03-28 | Allow wss to configure @irq 5, which is the default irq for quite a few | Marc Espie | |
laptops. | |||
2000-03-28 | fix netbsd rcsid up | Michael Shalayeff | |
2000-03-28 | sync | Theo de Raadt | |
2000-03-28 | simplify | Theo de Raadt | |