Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-10 | whitespace nits | Jonathan Gray | |
2005-08-10 | Some of the bits that will be required for AX88178. | Jonathan Gray | |
PHY doesn't attach possibly due to not twiddling GPIO pins correctly, rx and tx pipes being swapped not dealt with yet. | |||
2005-08-10 | Audiovox RTM-8000 has a st16650 uart but its fifo is 16 bytes instead of | Federico G. Schwindt | |
32. add a workaround for the time being. better code will be added later. tested by Andreas Gunnarsson <andreas at zzlevo dot net>, deraadt@ ok. | |||
2005-08-10 | sync | Henning Brauer | |
2005-08-10 | MyriNet adapter found in the alpha, theo ok | Henning Brauer | |
2005-08-10 | suggested by art, go for it deraadt, ok miod@ | Todd T. Fries | |
remove ECOFF support | |||
2005-08-10 | Some additional ICH7 bits which aren't strictly necessary to work | Jonathan Gray | |
but are desireable. Tested by Mark Peoples, ok mickey@ | |||
2005-08-10 | Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATURE | Jonathan Gray | |
when listing information about it. ok grange@ | |||
2005-08-10 | kill spaces OK deraadt@ | Claudio Jeker | |
2005-08-10 | use the appropriate flags to scsi_scsi_cmd during autoconf so we dont spin | David Gwynne | |
forever on mp kernels problem reported by matthieu baptiste | |||
2005-08-10 | Add an additional media subtype IFM_TDM_E1_G704_CRC4 for TDM interfaces. | Claudio Jeker | |
This makes it possible to distinguish between E1 G.704 mode with and without CRC4 checksum. Also add an operating mode IFM_TDM_MASTER to specify that the card has to provide the clock source for the line. OK deraadt@ canacar@ | |||
2005-08-09 | - Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooks | Uwe Stuehler | |
after a APM_CRIT_SUSPEND_REQ event. This fixes non-working devices after resume from battery low suspend. - Don't suspend automatically on APM_BATT_LOW because that's what could be too early (and we now understand APM_CRIT_SUSPEND_REQ). | |||
2005-08-09 | apparently some ultra machines do need this, work by miod; testing my uwe | Theo de Raadt | |
2005-08-09 | Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@ | Marco Peereboom | |
2005-08-09 | Add Vital Product Data structure. Requested deraadt@ ok dlg@ | Marco Peereboom | |
2005-08-09 | normalise the fan speed output | David Gwynne | |
ok marco@ | |||
2005-08-09 | Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG address | Martin Reindl | |
after everything else, fix transfer sizes on quick/non-quick and attach sub devices after interrupts are configured. from NetBSD | |||
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵ | Michael Shalayeff | |
pcisubmatch(); kettenis@ testing; brad@ ok | |||
2005-08-09 | move to 3.8-beta | Theo de Raadt | |
2005-08-08 | Add ses link. Tested and ok deraadt@ | Marco Peereboom | |
2005-08-08 | Skip (trap) instruction in cpu_fork() instead of proc_trampoline(). | Mark Kettenis | |
Fixes returning from fork(2) in the child with a pending signal. tested by otto@, krw@, sturm@ ok deraadt@ | |||
2005-08-08 | Fill in device structure, bad dlg@ | Marco Peereboom | |
2005-08-08 | Fill in device structure, bad dlg@ | Marco Peereboom | |
2005-08-08 | Avoid overlap in USB hard and the soft interrupt bits, update comments | Uwe Stuehler | |
to reflect the new allocation of IRQ bits, and zap duplicate definition of SI_TO_IRQBIT; help/test niallo@ ok drahn@ | |||
2005-08-08 | Add a few splassert() checks, okay art@ | Pedro Martelletto | |
2005-08-08 | rename a bunch of bio/raid APIs to stop the bleeding in dlg and | Theo de Raadt | |
my eyes; marco ok | |||
2005-08-08 | Add devices to structures. | Marco Peereboom | |
ok and help deraadt@ | |||
2005-08-07 | ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@ | Michael Shalayeff | |
2005-08-07 | remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krw | Theo de Raadt | |
2005-08-07 | a bunch more ADB handler IDs, will be necessary in the future | Martin Reindl | |
from NetBSD | |||
2005-08-07 | Do not blindly reset the state count to zero after a clear, as we may not | Christopher Pascoe | |
have purged all states in the case when an interface name was specified. pf_purge_expired_states should decrease the count as appropriate. ok dhartmei | |||
2005-08-07 | verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@ | Daniel Hartmeier | |
2005-08-07 | Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar change | Christopher Pascoe | |
to that in rev 1.40 for interface groups. ok henning | |||
2005-08-07 | Remove advertising clause from UCB licenses; ok deraad@ | Miod Vallat | |
2005-08-07 | malloc svr4_utsname struct as needed instead of on stack; ok millert | Theo de Raadt | |
2005-08-06 | overhaul the grf driver: | Martin Reindl | |
- Simplify grfmv_phys() to work like grfiv_phys(), and eliminate the second argument to both, as we don't use it anyway. - Handle fbbase and fboff consistently throughout. - Eliminate grfaddr() by pulling it into grfmmap(), which is the only place it was used, previously. - grfmap() now gets the physical address of the framebuffer from the appropriate driver, rather than try to compute it by itself. Be careful with aligning the base to a page address and increase the length of the mapped region appropriately. - Store the PA of the framebuffer in the softc. This eliminates the need for the sc_phys callback; we can just store the PA in the grfbus attach args, rather than a function pointer, which simplifies the code nicely. - Disable Valkyrie interrupts on the Quadra 630 - New and improved console framebuffer initialization and autoconfig. This resolves a great many issues, including Performa 58x interrupt handling and offset displays on some models. - Remove unused grf ioctls - Some KNF and other minor things help and ok miod@ from NetBSD | |||
2005-08-06 | while checking for an aux port, if we timeout waiting for our test | joshua stein | |
data to echo back, send KBC_AUXWRITE and send the test again required to find the aux port on the oqo model 01 ok mickey@ and miod@ | |||
2005-08-06 | Remove 16 bit mode_t leftover in syscall processing. | Miod Vallat | |
ok deraadt@ | |||
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat | |
ok deraadt@ | |||
2005-08-06 | Model 360 does not have a PAC. | Miod Vallat | |
2005-08-06 | correct some spellos | Christopher Pascoe | |
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat | |
terminate it with prejudice, as done in native sendsig(). Plus you get a memory leak in COMPAT_HPUX on m68k fixed for free. review art@ test martin@ | |||
2005-08-06 | In cache_flush(), after testing for curproc != NULL, do not use curproc | Miod Vallat | |
blindly... | |||
2005-08-06 | Improved X40 kludge, tested by djm@. | Jonathan Gray | |
Any X40 users still having problems after this mail me. | |||
2005-08-05 | correct io base/limit registers handling. from mycroft. only affects | Federico G. Schwindt | |
multi function cards for now. this fixes the Novatel Wireless Merlin UMTS Modem reported by Bolke de Bruin <bdbruin at aub dot nl> tested by several ppl, commit deraadt@. | |||
2005-08-05 | Add one more Compaq Smart Array 6i. | Marco Pfatschbacher | |
Found in an HP DL380 G4 and works nicely. OK mickey@ | |||
2005-08-05 | regen. | Marco Pfatschbacher | |
2005-08-05 | Add one more Compaq Smart Array 6i. | Marco Pfatschbacher | |
OK mickey@ | |||
2005-08-05 | fix cac comment | Michael Shalayeff | |
2005-08-05 | - missing m_free() | Martin Reindl | |
- drop unused define from NetBSD |