Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | correct dmesg | Theo de Raadt | |
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-19 | dmesg printout tweaks | Theo de Raadt | |
2001-04-19 | Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@. | Federico G. Schwindt | |
deraadt@ ok. | |||
2001-04-19 | When printing the address/size, use the correct value 32, not 16. | Federico G. Schwindt | |
2001-04-18 | Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777. | Aaron Campbell | |
2001-04-18 | regen | Aaron Campbell | |
2001-04-18 | Recognize the Corega FEther PCC-TXF card. | Aaron Campbell | |
2001-04-18 | Oops -- adjust the comment as well. | Aaron Campbell | |
2001-04-18 | Set the default bell pitch to 400, like X. | Aaron Campbell | |
2001-04-17 | During a mouse motion event, inverse the new mouse position first, then the | Aaron Campbell | |
old one, instead of the other way around. This makes the motion look much more fluid on my laptop LCD. | |||
2001-04-17 | Enable UDMA for rev 0xd0 SiS again (undone in last update) | Chris Cappuccio | |
2001-04-17 | Turn off DMA on REQUEST SENSE | Constantine Sapuntzakis | |
2001-04-17 | dma_status variable check is only valid for DMA transfers. | Constantine Sapuntzakis | |
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-17 | add support for the 82562E[MT] phys (These are essentially 82555's will | Jason Wright | |
all support for T4 gone). There are some register definition conflicts (SCR), but that is qualified by the presence of T4 support. | |||
2001-04-16 | Don't remove the mouse cursor when output occurs on a virtual terminal different | jbm | |
from the current one. | |||
2001-04-16 | incorrect return value from ami_intr | Theo de Raadt | |
2001-04-16 | fix header | Theo de Raadt | |
2001-04-16 | put yamaha comment in the file | Theo de Raadt | |
2001-04-16 | dmesg cleanups | 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 | - in txp_intr(), don't call the rx/tx handlers unless necessary | Jason Wright | |
- make txp_rx_reclaim() run on offsets instead of indices (avoids several division/multiplication conversions) - remove vlan tag support for now (it doesn't work anyway) - optimize txp_start(), txp_rx_reclaim(), and txp_tx_reclaim() a bit (this is based on my original attempts at these functions... only now it works =) | |||
2001-04-15 | mask off Arm2Host_Comm_3 interrupts now that rx buffer reclamation has | Jason Wright | |
some out of resource handling (a2h_3 is a heartbeat generated every ~8ms and thus provides 125intrs/sec even when idle). | |||
2001-04-15 | - setup a timeout that will try to refill the rxbuffer ring (this makes | Jason Wright | |
out of resource handling a bit better). - in txp_stop(), disable the rx process, too | |||
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 | - integrated phy on the natsemi 83815 (MacPhyter) is essentially a nsphyter | Jason Wright | |
(media selection doesn't work completely right... choose what ever you want, you get auto, but at least link and speed detection work correctly) - correct the cfdriver name to be "nsphyter" not "nsphy" so it can be distinguished from nsphy in 'boot -c'. | |||
2001-04-14 | oops, really sync.. i have no idea what happened here | Aaron Campbell | |
2001-04-14 | sync | Aaron Campbell | |
2001-04-14 | Use [a-f] for hex digits, not [A-F]. Also fix some tab/space issues. | Aaron Campbell | |
2001-04-14 | KNF | Aaron Campbell | |
2001-04-14 | Remove non-portable sysbeep calls; deraadt@ | Aaron Campbell | |
2001-04-14 | quieten this on OpenBSD, information available in ifconfig -m is not needed ↵ | Theo de Raadt | |
in dmesg | |||
2001-04-14 | Remove some static. | Aaron Campbell | |
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-14 | Add an lxtphy_reset function; from NetBSD. Tested on a NewMedia LiveWire | Aaron Campbell | |
10/100 PCMCIA Ethernet card. | |||
2001-04-14 | Remove defopt; aaron@ ok. | Federico G. Schwindt | |
2001-04-13 | - attempt to get dma coherent buffers for most of the shared memory uses | Jason Wright | |
- correct rx_reclaim (still needs some work) - rework txp_init() a bit to do the operations in the right order - wait for filter setup to complete before returning | |||
2001-04-13 | - rx buffer ring management (working) | Jason Wright | |
- simplify/encapsulate fully transmit ring handling - initialize sc_xcvr to be auto - initial rx descriptor ring handling (doesn't work yet) status: firmware, boot, media, tx, and rx buffer management work (actual received frames don't... yet). | |||
2001-04-13 | Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@ | Aaron Campbell | |
2001-04-13 | Oops, remove an unrelated debugging #if 0. | Aaron Campbell | |
2001-04-13 | Disestablish the shutdownhook on detach. | Aaron Campbell | |