Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-27 | Put back the fix for the possible leak and fix another bug | Artur Grabowski | |
that the fix uncovered. The tx descriptors were not initialized when allocated. The initialization was done in fxp_init, but the first thing fxp_init does is to call fxp_stop and fxp_stop expects the tx descriptors to be already initialized. How did this ever work? | |||
2001-05-26 | remove code which was obviously not tested. begone, sloppy code monkeys | Theo de Raadt | |
2001-05-26 | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than | Angelos D. Keromytis | |
having to change it every time. | |||
2001-05-24 | When releasing the tx buffers, walk through all of them, don't abort when | Artur Grabowski | |
we find a descriptor with mb_head == NULL. It happens sometimes that we have NOPs in the tx chains and normal buffers after the NOP. | |||
2001-05-24 | typo | Artur Grabowski | |
2001-05-22 | Initialize packet tag -- this has probably been causing panics for | Angelos D. Keromytis | |
people with ep cards. | |||
2001-05-22 | support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov ↵ | Michael Shalayeff | |
<tm@oganer.net> | |||
2001-05-18 | stupidous debug was left enabled | Michael Shalayeff | |
2001-05-17 | Implement pcic_delay, it uses tsleep for large delays to avoid | Federico G. Schwindt | |
momentary freezes. deraadt@ ok. Thanks to millert@ and mickey@. | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | add surrond, center and lfe ports (per 2.2 spec). | Michael Shalayeff | |
provide set_rate function, per 2.2 spec. | |||
2001-05-16 | define power register bits | Michael Shalayeff | |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff | |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff | |
2001-05-16 | call malloc w/ NOWAIT and check for NULL return | Michael Shalayeff | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | shorten by one byte :-) | Theo de Raadt | |
2001-05-16 | split codec vendor/product into separate tables, | Michael Shalayeff | |
provide meaning for codec revision. some other size improvelances. | |||
2001-05-16 | more regs from 2.2 version of specs | Michael Shalayeff | |
2001-05-15 | partial KNF | Theo de Raadt | |
2001-05-15 | a few more codecs, a few more consts, trailing spaces | Michael Shalayeff | |
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller | |
an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-). | |||
2001-05-10 | dmamem_unmap the memory before dmamem_freeig it. | Michael Shalayeff | |
only affects unaligned transfers (such as disklabel, fsck and dump). we used to get away w/ this due to older pmap, uvm or both. be more precise w/ double-buffer on command failure as well. once at it, allow more than 1 segment for double-buffer to be allocated. also fix a couple of endianesses and command timeouts. | |||
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff | |
disabled by default, also supports vsync blanking, disabled by default. aaron@ looked at it a while back and i fixed problems he had indicated. | |||
2001-05-08 | support a hook for vga_pci-based ioctls; aaron@ ook | Michael Shalayeff | |
2001-05-05 | left out the debugging enabled; from ian@ | Michael Shalayeff | |
2001-05-01 | Add a 250ms wait in attach if ATAPI drives present on channel. Some | Constantine Sapuntzakis | |
ATAPI devices need a while to boot their firmware, esp. if there is a CD in the drive. Sending them commands early causes them to wedge or abort those commands. | |||
2001-05-01 | constify some arrays | Michael Shalayeff | |
2001-04-30 | Move ATA IOCTL commands to low-level WDC driver | Constantine Sapuntzakis | |
2001-04-30 | Added ATAPI_DEVICE_RESET command | Constantine Sapuntzakis | |
2001-04-30 | rework scsi stuff a bit, better locking. | Michael Shalayeff | |
still concurrent commands get busted, for some reason, for tihs reason we lock to1 command at a time for now. prev commit toamivar.h was a homeless -m. | |||
2001-04-30 | ami.c | Michael Shalayeff | |
2001-04-30 | padness | Michael Shalayeff | |
2001-04-29 | a few more aen definitions, from freebsd | Michael Shalayeff | |
2001-04-24 | missing splx, found by art, not yet tested by smurph, but he has run out of time | Theo de Raadt | |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback | |
a) meaningful but not voluminous debug info is printed and clearly associated with the offending siop bus. b) instead of panic'ing, reset the scsi bus and return. This problem was only seen under heavy load on powerpc. Plus fix one typo (exeption -> exception). ok deraadt@ | |||
2001-04-23 | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | Kenneth R Westerback | |
Spotted by fgsch@. | |||
2001-04-23 | double splx | Artur Grabowski | |
2001-04-23 | double splx in error path. | Artur Grabowski | |
2001-04-21 | Add $OpenBSD$ tags. | Aaron Campbell | |
2001-04-20 | Instead of initializing the colormap to me black & white, initialize the | Nathan Binkert | |
colormap to use ansi colors. This makes alpha kernel messages come out in color during boot, and it allows console users to get ansi colors. ok deraadt@ | |||
2001-04-17 | No colon after "address" when printing out Ethernet address. | Aaron Campbell | |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-04-16 | incorrect return value from ami_intr | Theo de Raadt | |
2001-04-16 | Avoid resetting the interface when not needed; allows temporary WEP keys | Thorsten Lockert | |
to work. ALso optimize some interactions with the card. Fixes rest of PR 1754; ok deraadt@ | |||
2001-04-15 | another | Theo de Raadt | |
2001-04-15 | Support U160 on 53c1010 chips. | Kenneth R Westerback | |
Add support for PPR negotiations and DT transfers, and the preservation and restoration of the SCNTL4 register which controls Ultra3 transfers. Redo sync lookup, since the same period factor can mean two things depending on whether you are using DT or ST. Keep a minimum allowed ST period factor, and a minimum allowd DT period factor for each adapter. Currently NO support for QAS or IUS or AIP. | |||
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell | |
the wsmoused daemon (replacement for moused which was used with PCVT). Adds a "getchar" method to the display drivers which returns the value of the character currently under the cursor (e.g., so it may be inversed). From jbm@. Still needs a bit of cleanup and improvement, especially X cohabitation features. The pointer moves to fast as well. These sorts of issues will be corrected in-tree. | |||
2001-04-14 | Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which is | Aaron Campbell | |
what Linux does; from NetBSD. This apparently fixes problems with old chipsets that handle the test command differently, leading to a non-working keyboard. This patch was tested by many people successfully. | |||
2001-04-13 | Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@ | Aaron Campbell | |