Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-03 | enable ray at pcmcia, once pcic config has been fixed | Michael Shalayeff | |
2000-04-03 | split wireless cards into their own section | Theo de Raadt | |
2000-04-03 | an at pcmcia; 10x Lynda McGinley <mcginley@suod.cs.colorado.edu> for a ↵ | Michael Shalayeff | |
hardware loan | |||
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-02 | callout->timeout. | Dale S. Rahn | |
Ok, my tree was not fully updated, and it was committed incorrectly. This is version 1.38 checked in again. | |||
2000-04-02 | Fix a typo from last commit that was causing spontaneous reboots. | Aaron Campbell | |
2000-04-01 | fdup could fail when want for fdalloc > than the free fd in the block. | Niels Provos | |
slightly different fix than in the bug report by Rob Pickering <rob@syntonet.co.uk> | |||
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-04-01 | boot noise removal. | Dale S. Rahn | |
2000-04-01 | timeout -> callout. | Dale S. Rahn | |
2000-04-01 | define and use SYS_NMLN. ok deraadt@ | Jakob Schlyter | |
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 boot on openfirmware probe of macobio bus. Does not print | Dale S. Rahn | |
devices that are not recognize by drivers, it does not seem right to imply that fd, scsi and adb devices exist on an imac, (ok, they really do but apple did not bring the pins out where they were useable.) | |||
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-31 | Remove unnecessary debug printf. | Dale S. Rahn | |
2000-03-31 | Revision 1.3 checked in again, version 1.4 was incorrectly checked in | Dale S. Rahn | |
when if_gm.c was supposed to be checked in. It was a non-functional working version that has not yet been finished, it needs the bitbang mii code from NetBSD, or the proper routines imbedded in the driver. | |||
2000-03-31 | Busified. | Dale S. Rahn | |
OpenBSD tag added. mii code corrected (seems to work, anyone want to verify this?) only tesed at 10baseT interrupt configuration hacked, pa_line contents not reliable, hacked for now. attempt at enable hack is present but not turned on. | |||
2000-03-31 | Remove unnecessary debug prints. | Dale S. Rahn | |
2000-03-31 | Add interrupt counter. | Dale S. Rahn | |
2000-03-31 | remove extra debug printfs | Dale S. Rahn | |
2000-03-31 | Add pchb PCi Host Bridge dummy device to print devices nicely, instead of | Dale S. Rahn | |
"not configured" | |||
2000-03-31 | PCi Host Bridge, dummy driver to quiet "not configured" messages, | Dale S. Rahn | |
hopefully will be used to configure special items on bridges. (such as hacks to enable devices?) | |||
2000-03-31 | Find last memory or io segment, in case multiple happen to be found, | Dale S. Rahn | |
allows imac to configure ohci. | |||
2000-03-31 | Add interrupt counter, to verify interrupt problem is causing | Dale S. Rahn | |
over 200000 interrupts per second, and the G4 is still usable. Gotta fix that bug. | |||
2000-03-31 | add support for intrcnt from "C", make CLK_IRQ available | Dale S. Rahn | |
to count clock interrupts. | |||
2000-03-31 | Count clock interrupts. | Dale S. Rahn | |
2000-03-31 | implement dmamap_load (stolen from i386) for powerpc. | Dale S. Rahn | |
This is required for USB support. (with this a a bit more the root hub configures). | |||
2000-03-31 | add interrupt counting support. (intrcnt) | Dale S. Rahn | |
2000-03-31 | Add ummapiodev() functionality, to mirror mapiodev(). | Dale S. Rahn | |
2000-03-30 | document hook functions | Jason Wright | |
2000-03-30 | - Remove some unused code. | Aaron Campbell | |
- Much needed indent cleanup. | |||
2000-03-30 | smarter heartbeat() | Michael Shalayeff | |
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 | Only allocate space for a copy of the authenticator if authentication | Angelos D. Keromytis | |
is in use. | |||
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 | Set re_rt to NULL, so we don't double free. | Angelos D. Keromytis | |
2000-03-30 | auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?)) | Jason Wright | |
2000-03-29 | timeout-driven heartbeat. | Michael Shalayeff | |
right thing would be to pass beat count as an argument to timeout routine (casted to (void *)) avoiding static counter, but doing timeout_set() every timeout_add() sounds kinda uncool. well, pondering in the struct timeout guts would be even more ugly. | |||
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 | |