Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-15 | Oops don't send command twice to firmware when polling. | Marco Peereboom | |
2006-05-15 | Add INQUIRY command. | Marco Peereboom | |
Add sgl magic. | |||
2006-05-15 | Fix SIGFPE handling. The code doing an ADVANCE after calling trapsignal(), | Mark Kettenis | |
which made is skip the first instruction of the signal trampoline in certain cases. That in turn truly hosed the stack. ok miod@, jason@ | |||
2006-05-15 | Sprinkle bus_space_barrier()s after LANCE register writes, as already done | Miod Vallat | |
in if_le.c; ok jason@ | |||
2006-05-15 | Clean secondary processors initialization code, similar to mvme88k; | Miod Vallat | |
tested aoyama@ | |||
2006-05-15 | Merge creator attachment code again, it turns out the upa/mainbus attachment | Miod Vallat | |
code split is not necessary after all; ok jason@ | |||
2006-05-15 | Implement PT_{GET|SET}FPREGS. | Mark Kettenis | |
"looks good to me" miod@, ok drahn@ | |||
2006-05-15 | better wording for the "memory" section; | Jason McIntyre | |
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric | |
also needs a X.org update, which will go in later. Tested by a bunch of people; ok deraadt@ | |||
2006-05-15 | Wrong routine for reserved vector 0x0f. | Miod Vallat | |
2006-05-15 | Add device name when printing out errors. Pointed out by deraadt@ | Marco Peereboom | |
2006-05-15 | Kill evil spacing. | Marco Peereboom | |
2006-05-15 | Make _bmc_io_wait 1 second instead of 500ms. | Marco Peereboom | |
Prevent multiple reads and writes to the bmc at the same time which could interrupt a complete bmc transaction. tested by various people. | |||
2006-05-15 | add a shutdown hook. | Brad Smith | |
2006-05-14 | up the TX descriptors to the max. | Brad Smith | |
2006-05-14 | only call init if not running. | Brad Smith | |
2006-05-14 | clsc works; tleslie@gmail.com | Theo de Raadt | |
2006-05-14 | amd64 can handle this too; tleslie@gmail.com | Theo de Raadt | |
2006-05-14 | Make the array of fpu exception types/codes big enough. | Mark Kettenis | |
Fix a typo too, such that we actually read beyond element 0 in all cases. ok miod@ | |||
2006-05-14 | set the multicast filter in xge_init(). | Brad Smith | |
2006-05-14 | set the maximum MRU by default. | Brad Smith | |
2006-05-14 | account for interrupts in the interrupt handler. | Brad Smith | |
2006-05-14 | use __mips64__ | Robert Nagy | |
2006-05-14 | xge works as well here (ie. as well as i386, which is not yet perfect, | Theo de Raadt | |
but it will get fixed) | |||
2006-05-14 | - /usr/mdec is usually not in path, invoke installboot with full path | Martin Reindl | |
- /ofwboot does not get updated by installboot as one might think from the example, it has to be copied in place by hand - Xr. boot(8) ok jmc@ | |||
2006-05-14 | re-enable link up/down messages because they spray a lot right now | Theo de Raadt | |
(clearly indicating some bug) copy mac address correctly | |||
2006-05-14 | comment out link up/down printf's. | Brad Smith | |
2006-05-14 | xge might as well be enabled | Theo de Raadt | |
2006-05-14 | add wpi(4) so i can get feedback. | Damien Bergamini | |
ok deraadt@ | |||
2006-05-14 | Bring over workaround for broken BIOSes that use ACPI global interrupt numbers | Mark Kettenis | |
instead of APIC pin numbers from amd64. ok brad@ | |||
2006-05-14 | Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABG | Damien Bergamini | |
802.11 adapters as found in Centrino Duo laptops. More to come but works well enough for me to commit this over a wpi(4). go for it deraadt@ | |||
2006-05-14 | Deal with arbitrary load addresses. Necessary for upcoming netboot code. | Miod Vallat | |
2006-05-14 | When assigning a unit number, treat running off the end of the | Kenneth R Westerback | |
cd_devs[] array the same as finding a NULL entry. Fixes inconsistant assignment of unit numbers to media slots on the Neodio 8-in-1 USB card reader donated by Manuel Pata. Previously the unit numbers would vary depending on whether it had attached an even or odd number of times. 'reads ok' marco@ ok miod@ | |||
2006-05-14 | Add abstraction for resistor factors; makes it easier to compare them to | Mark Kettenis | |
the datasheets. Fix a few bugs in the handling of voltage sensors. From Constantine Murenin <mureninc@gmail.com>. | |||
2006-05-14 | Add a quirk to force the Wi-spy spectrum analyser to attach as ugen. | Matthieu Herrb | |
It claims to be a HID device, but it's not really one. ok miod@, jsg@. | |||
2006-05-14 | Missing semicolon, found by deraadt | Miod Vallat | |
2006-05-13 | enable twe on amd64, tested with a 7006-2 | Martin Reindl | |
ok brad@ jmc@ | |||
2006-05-13 | regen | Matthieu Herrb | |
2006-05-13 | Add Metageek Wi-Spy. ok deraadt@ | Matthieu Herrb | |
2006-05-13 | add IFQ_SET_MAXLEN | Brad Smith | |
2006-05-13 | add IFQ_SET_READY in wanpipe_generic_register() to notify the stack that this | Brad Smith | |
driver is ALTQ ready. ok canacar@ Thanks to Peter Hessler for noticing the issue and testing. | |||
2006-05-13 | And the fallout from Manuel Pata's USB reader rumbles on ... | Kenneth R Westerback | |
Fix the display of the device info for umass devices at lun 0 by passing the correct inquiry data to config_attach. i.e. not the inquiry data for lun 1, which we gratuitously probe to prevent USB card readers from 'helpfully' lying about who is where, but the inquiry data for lun 0 we have saved in sc_link->inqdata. | |||
2006-05-13 | When SCSIDEBUG'ing, display the return value of scsi_interpret_sense() | Kenneth R Westerback | |
in hex. This makes it consistant with the display of the same value in other messages. | |||
2006-05-13 | Oops, intr_findvec() proto is still necessary. | Miod Vallat | |
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt | |
2006-05-13 | Avoid potential hash collisions and increase efficiency by doing an exact | Ryan Thomas McBride | |
comparison of the TDB before collapsing multiple updates. Another ipsec failover fix from Nathanael <list-openbsd-tech@polymorpheus.com> | |||
2006-05-13 | use the PCI id from pcireg.h | Brad Smith | |
2006-05-13 | add the PCI id and minimal changes necessary for the Xframe-II, according | Brad Smith | |
to the Xframe-II porting docs from Neterion. currently untested. | |||
2006-05-13 | mention the Xframe-II as well. | Brad Smith | |
2006-05-12 | Fix a misreporting bug after bioctl -H is used to create a hotspare. This was | Marco Peereboom | |
reported by several people. What happens is that the firmware sometimes misreports what SCSI type a device is. The driver was only allowing a create hotspare function when the type was set to hard disk. Since the firmware will, obviously, not allow the driver to create a hotspare on any other type of device the driver doesn't need these smarts and now will ignore the type. Tested by henning todd and Ben Lovett. ok dlg |