Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-04 | repair a dmesg cleanup | Michael Shalayeff | |
2002-07-04 | New product ID. | Nathan Binkert | |
From NetBSD | |||
2002-07-04 | sync | Nathan Binkert | |
2002-07-04 | new devices | Nathan Binkert | |
sort some devices by product id from NetBSD | |||
2002-07-04 | Various tga hacks: | Miod Vallat | |
- some KNF touches - use simpler constructs - do not forget to make use of the tga interrupt when it is enabled (speeds up X11 startup and shutdown, hi matthieu!) - implement the wscons screen burner facility | |||
2002-07-03 | Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seen | Aaron Campbell | |
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card. | |||
2002-07-03 | Fix some major brain damage where I was performing arithmetic on a | Aaron Campbell | |
physical address with a virtual address; thanks art@. Now sis(4) compiles and works on alpha. | |||
2002-07-03 | But when denormalizing we need the normalized length, too as well as the ↵ | Jason Wright | |
destination length. | |||
2002-07-03 | result only needs to be as big as the number of real bits in the modulus | Jason Wright | |
2002-07-02 | inital -> initial | Nathan Binkert | |
2002-07-02 | bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ for | Aaron Campbell | |
testing. | |||
2002-07-02 | Fix PIO write state machine. This has been totally broken since 2.5, but since | Constantine Sapuntzakis | |
this code path is only executed for IOCTLs, and all of our IOCTLs only read from the device, nobody noticed. Thanks to grange and gluk for finding this one. | |||
2002-07-01 | Ensure scb is setup correctly. Add debugging info. | Steve Murphree | |
2002-07-01 | repair burner after X, as seen on misc@; from grange@ | Michael Shalayeff | |
2002-07-01 | when printing the size, use what we have map'ed, not what's in the | Federico G. Schwindt | |
configuration. | |||
2002-06-30 | aicasm generated file. | Steve Murphree | |
2002-06-30 | Add write function to seeprom. | Steve Murphree | |
2002-06-30 | Make sure interrupts are disabled at init and attempt better termination. | Steve Murphree | |
2002-06-30 | New aicasm synced with FreeBSD. | Steve Murphree | |
2002-06-30 | This file is no longer needed. | Steve Murphree | |
2002-06-30 | When duplicating isa_attach_args structures to build several attachement | Miod Vallat | |
possibilities for isapnp devices, make sure to carry the original ia_ic member. Although mostly unused on i386, it is vital on alpha. This makes isapnp on alpha attach without panicing. | |||
2002-06-30 | The #@$% message about the #$%@ cable down is going to drive me @#%$ insane. | Artur Grabowski | |
I'm not using this built-in tulip because it sucks and I want it to SHUT UP! | |||
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino | |
the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok | |||
2002-06-29 | Be sure to correctly initialize the ahc_softc members before using | Miod Vallat | |
ahc_inb(), to prevent an early panic. This could only affect non-i386 architectures. | |||
2002-06-29 | Add Brazilian keymap (iso275). Create by me and tested by | Mats O Jansson | |
gustavo.rios@transport.alstom.com. -moj | |||
2002-06-29 | Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>. | Mats O Jansson | |
-moj | |||
2002-06-28 | Whoops, don't actually register for MODEXP yet | Jason Wright | |
2002-06-28 | Implement MODEXP as MODMUL for debugging purposes until I understand the | Jason Wright | |
args for MODEXP. | |||
2002-06-28 | support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@ | Markus Friedl | |
2002-06-28 | sync | Markus Friedl | |
2002-06-28 | more ICH4 fxp chips; sync names w/ NetBSD; ok art@ | Markus Friedl | |
2002-06-28 | Move the calculation of sc_link->openings to after the printf about | Todd C. Miller | |
tagged queueing which is where it was last time around. This fixes a panic I was seeing when there were lots of transactions (e.g. when i read my mail). | |||
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller | |
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller | |
2002-06-28 | not used by new ahc driver | Todd C. Miller | |
2002-06-28 | Return of new ahc | Steve Murphree | |
2002-06-27 | missing parenthesis in this macro. | Federico G. Schwindt | |
2002-06-26 | stp at sparc will map this card always as big-endian. | Federico G. Schwindt | |
2002-06-26 | cardbus fwohci support. | Thierry Deval | |
from NetBSD | |||
2002-06-26 | various fixes + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | configrom input failover + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | pointer safeguards + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | Kill __FUNCTION__. | Marc Espie | |
2002-06-26 | rm duplicated decl of fwohci/fwlynx | Jun-ichiro itojun Hagino | |
2002-06-25 | un __P() -ify. | Jun-ichiro itojun Hagino | |
2002-06-25 | Unbreak config on pci architectures without firewire devices. | Miod Vallat | |
2002-06-25 | IEEE1394 infrastructure part. | Jun-ichiro itojun Hagino | |
IP-over-FW and SCSI over FW are being worked on. | |||
2002-06-25 | Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish(). | Todd C. Miller | |
It screws up printing in dmesg and doesn't actually help anything since interupts in "vmstat -i" show up as pcmcia*, not wi* or an*. | |||
2002-06-25 | Add RID to get the DBM adjustment factor; imp@freebsd.org | Todd C. Miller | |
2002-06-25 | Handle REASREQ packets earlier when processing an association | Todd C. Miller | |
request. We need to eat the MAC address of the packet before we go looking at the SSID and such. Doing do is sufficient to make Cisco cards associate with HostAP. From FreeBSD (jhay). |