Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-20 | no point in return from void function | Peter Valchev | |
2004-07-20 | sync | David Krause | |
2004-07-20 | SD Controller found on a Toshiba laptop; ok deraadt@ | David Krause | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | oops | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | shrinky shrinky | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | more shrink | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | shrink | Theo de Raadt | |
2004-07-16 | Aft source update. | Alex Feldman | |
mcbride ok. | |||
2004-07-16 | sync | Theo de Raadt | |
2004-07-16 | new xl variant (Asus P4R800-VM motherboards) | Theo de Raadt | |
2004-07-14 | tweaks for ti12xx bridges; from freebsd via rees@ | Michael Shalayeff | |
2004-07-14 | regen | Michael Shalayeff | |
2004-07-14 | a few more visualize cards | Michael Shalayeff | |
2004-07-14 | allocate the full ring set, even if we are currently running with a reduced set | Theo de Raadt | |
2004-07-08 | nforce3; downsj | Theo de Raadt | |
2004-07-04 | sis rev 0x91 seeprom support to get eaddr; from fgsch | Theo de Raadt | |
we supplied 10 soekris boxes to 10 openbsd developers, and these all have some variety or other of sis ethernet. not ONE of them commented about this diff when it was mailed out. how very sad. | |||
2004-07-04 | sync | Theo de Raadt | |
2004-07-04 | two hp netserver LH 3 devices | Theo de Raadt | |
2004-06-29 | do not use u_long for 32bit data; found by Jacob Meuser | Michael Shalayeff | |
2004-06-28 | add support for ati tv-wonders written by me and tested by Jacob Meuser ↵ | Michael Shalayeff | |
<jakemsr@jakemsr.com> on /ve model | |||
2004-06-28 | do not force into io space on hppa as it's much slower | Michael Shalayeff | |
2004-06-28 | KNF | Ryan Thomas McBride | |
2004-06-27 | Reduce verbosity of atw PCI attach without removing actual info. | Todd C. Miller | |
2004-06-27 | KNF | Ryan Thomas McBride | |
2004-06-27 | stop passing an empty enaddr around since we figure out the | Brad Smith | |
MAC address in the common attach code and not the PCI/CardBus specific portions, this was a side effect of the code being split to support CardBus. ok beck@ | |||
2004-06-27 | KNF | Ryan Thomas McBride | |
2004-06-26 | KNF | Ryan Thomas McBride | |
2004-06-26 | KNF | Ryan Thomas McBride | |
2004-06-26 | KNF | Ryan Thomas McBride | |
2004-06-26 | $OpenBSD$ | Ryan Thomas McBride | |
2004-06-26 | Add supporting Sangoma network driver. | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | Sangoma Network Device driver for AFT series card (initiali version). | Alex Feldman | |
ok mcbride@ | |||
2004-06-25 | fix MAC address initialization on big endian machines; found by naddy, ok drahn | Peter Valchev | |
2004-06-25 | Provide information about the raw (unswizzled) intrrupt pin in | Artur Grabowski | |
pci_attach_args. drahn@ deraadt@ ok | |||
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert | |
ok millert@ | |||
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert | |
encapsulating all such access into wall-defined functions that makes sure locking is done as needed. It also cleans up some uses of wall time vs. uptime some places, but there is sure to be more of these needed as well, particularily in MD code. Also, many current calls to microtime() should probably be changed to getmicrotime(), or to the {,get}microuptime() versions. ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others "Oh, that is not your problem!" from miod@ | |||
2004-06-23 | Make AHD_DEBUG compile. ok krw@ | Marco Peereboom | |
2004-06-22 | atw(4) driver from NetBSD (dyoung). Based in part on a port by | Todd C. Miller | |
Matthew Gream. Unfortunately, the adm8211 card I have with me does not work correctly with the driver yet so real testing will have to wait until I get my hands on an adm8211-based DWL-650 or something similar. | |||
2004-06-22 | Spacing. ok krw@ | Marco Peereboom | |
2004-06-22 | Remove all static functions. ok krw@ | Marco Peereboom | |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert | |
things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | |||
2004-06-20 | take 2 times less room in dmesg, prettier too | Peter Valchev | |
allocate interrupts early on (before PHY attachment, etc) just like all other drivers do to allow the above; ok mcbride | |||
2004-06-20 | regen | Damien Couderc | |
2004-06-20 | add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200. | Damien Couderc | |
2004-06-18 | On architectures which have strict alignment, shift the entire mbuf chain by | Ryan Thomas McBride | |
ETHER_ALIGN bytes when jumbo packets are enabled (mtu > ETHERMTU). ok henric@ (slightly different diff) | |||
2004-06-18 | Fix jumbo frames. | Ryan Thomas McBride | |
- Implement SIOCSIFMTU ioctl. - Remove from the free list instead of the inuse list when allocating jumbo buffers. - Use TI_JUMBO_FRAMELEN as the size argument to bus_dmamap_create(); |