Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-20 | Replace arpcom in the softc with ieee80211com in preparation for | Jonathan Gray | |
further net80211 changes. ok mickey@ | |||
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst | |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski | |
eyeballed by krw@ | |||
2005-04-29 | Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712. | Alexander Yurchenko | |
Diff from Stephan Leemburg <sleemburg@jvc.nl>. | |||
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff | |
2005-04-09 | Use vendor id register for chip matching instead of configuration | Alexander Yurchenko | |
register patterns. From Stephan Leemburg <sleemburg@jvc.nl>. Tested by jsg@. | |||
2005-04-05 | nuke a second driver for ISA Intel EtherExpress PRO/10 cards which | Brad Smith | |
came from NetBSD and has never actually been used. | |||
2005-04-03 | ether_input_mbuf() conversion. | Brad Smith | |
2005-04-03 | fix comment | Brad Smith | |
2005-04-02 | support setting the MTU | Brad Smith | |
2005-03-25 | during probe test for a mem window reduction in case there is not enough ↵ | Michael Shalayeff | |
space in the hole for a large one (ie generic now boots same as ramdisk on some machinesw/ lots of bios); found and testing by niallo@ | |||
2005-03-16 | Use biowait() instead of rolling our own. | Miod Vallat | |
tested krw@ moritz@, ok deraadt@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-02 | Spaces. | Alexander Yurchenko | |
2005-02-17 | ehternet -> ethernet | Miod Vallat | |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau | |
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@ | |||
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller | |
routines. | |||
2005-01-27 | Make pcic_isa_chip_intr_establish() silent; irq printing will move | Todd C. Miller | |
to the forthcoming pcmcia_intr_string(). | |||
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith | |
From NetBSD NetBSD PR 27678 for details ok mcbride@ | |||
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no change in compiler assembly output. | |||
2004-12-26 | Make this compile and bring the last few vga fixes in. | Miod Vallat | |
Compiles (with an ega0 at isa?; wsdisplay* at ega? couple of lines in the kernel configuration file); not tested on real hardware. | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-17 | proper autoconf attachments; grange@ testing; markus@ ok | Michael Shalayeff | |
2004-10-05 | Don't reset the chip on attach. This solves the problem with fans | Alexander Yurchenko | |
starting to spin very fast after it0 is attached. Extracted from the diff provided by Stephan Leemburg via millert@. Test and ok krw@. | |||
2004-09-28 | Use ETHER_MAX_DIX_LEN | Brad Smith | |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2004-08-23 | The IT87 chip has 3 Fan sensors. Fix the loop invariant and add | Todd C. Miller | |
a missing break statement. From Stephan Leemburg. OK deraadt@ | |||
2004-08-17 | don't forget to set rv to zero on false match | Michael Shalayeff | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-06 | Multicast cleanups | Ryan Thomas McBride | |
- make multicast ranges work - replace handrolled crc code with ether_crc32_{be,le}() - add missing calls to ether_{add,del}multi() ok deraadt@ | |||
2004-06-05 | Missing lockinit(). | Alexander Yurchenko | |
2004-06-05 | Remove NGPIO button. | Alexander Yurchenko | |
2004-06-03 | Add support for the GPIO logical device. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-05-23 | gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. | Alexander Yurchenko | |
For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller. ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C board. | |||
2004-05-18 | Be sure to initalized and use the "len" variable correctly in iestart(); | Miod Vallat | |
from Thierry Herbelot (%thierry% at herbelot ding com). | |||
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst | |
ok krw@ canacar@ | |||
2004-05-01 | Fix a disk_unbusy() that was missing the 3rd argument; Georg Schwarz | Todd C. Miller | |
2004-04-20 | protect from multiple inclusion; ok miod | Peter Valchev | |
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt | |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
2004-02-03 | repair cats | Michael Shalayeff | |
2004-02-02 | Yet another signature; reported by danh@ | Alexander Yurchenko | |
2004-02-01 | Restore support for amd64. | Thomas Nordin | |
2004-02-01 | add cats support ok deraadt@ | Dale Rahn | |
2004-01-28 | Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>. | Alexander Yurchenko | |
2004-01-28 | an amd64 arch support. | Michael Shalayeff | |
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;) | |||
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat | |
2004-01-13 | spelling | Theo de Raadt | |