| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: 1179
Submitted-by: lha@stacken.kth.se
|
|
|
|
|
|
| |
* Optional bits now shown as such.
Submitted by: Philippe Charnier & bde
|
|
|
|
| |
Submitted by: Ivan Brawley <brawley@internode.com.au>
|
|
|
|
| |
different ways to specify devices. That code has been added.
|
|
|
|
|
|
| |
for some.
Submitted by: Jack O'Neill <jack@germanium.xtalwind.net>
|
|
|
|
| |
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
|
|
|
|
| |
libc/string/Makefile.inc. psignal.3 doesn't live in libc/string.
|
|
|
|
| |
(I couldn't figure out how to suround `flags _flags_' by []'s :-( )
|
| |
|
|
|
|
| |
longer exported on the i386.
|
| |
|
| |
|
| |
|
|
|
|
| |
firmware says.
|
|
|
|
|
|
|
|
| |
motherboard will have a card for the "motherboard" on slot 0.
eisa0: <EISA bus> on motherboard
mainboard0: <ASU5101 (System Board)> at slot 0 on eisa0
This should stop the probe "detecting" an EISA bus everywhere that has
a 'controller eisa0' line regardless of whether it's really there.
|
|
|
|
|
| |
to pcibus.c. pci_cfgopen() becomes static and there are no more
bus #ifdef's in nexus.c.
|
| |
|
|
|
|
| |
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
|
|
|
|
|
|
|
|
| |
of an empty buffer... the output file wasn't readable... also warn that
we can't checksum on stdout and print out the base64 encoded version of the
md5 checksum...
Site to actually return md5 digest: web.golux.com
Verified that fetch was broken: Ken Coar <Ken.Coar@Golux.Com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A very nice i/o board with 16 open collector outputs (capable of driving 5-40v)
and 16 inputs
Also has 2 16 bit cascadable counters (10Mhz clock) capable of
generating interrupts.
It is a PCI card, and emulates the Intel 8254 timer.
It uses the PLX PCI-9050 PCI bus interface to map the
8254 style hardware and the i/o registers into the IO space.
Developed by Jennifer Clark <jen@vulture.dmem.strath.ac.uk>
Strathclyde University Transparent Telepresence Research Group
|
|
|
|
|
|
| |
these ioctls are attempted. Move a misplaced comment.
Pointed out by: Bruce
|
|
|
|
| |
related crashes.
|
|
|
|
| |
with the bktr device.
|
|
|
|
|
|
|
|
|
| |
Change Intel GPIO mask to hopefully stop turning the Intel Camera off
Fixed tuner selection on Hauppauge card with tuner 0x0a
Replaced none tuner with no tuner for Theo de Raadt <deraadt@openbsd.org>.
Ivan Brawley <brawley@internode.com.au> added
the Australian channel frequencies.
|
|
|
|
|
|
| |
Updated with australian channel set
Submitted by: Ivan Brawley <brawley@internode.com.au>
|
|
|
|
| |
driver.
|
| |
|
| |
|
| |
|
|
|
|
| |
Eliminate unnecessary TLB shootdowns.
|
| |
|
|
|
|
|
| |
General cleanup. Eliminate coalescing checks that are duplicated
by vm_object_coalesce.
|
|
|
|
| |
systems. NetBSD, Linux, SVR4 etc all have it.
|
|
|
|
| |
or device reset error recovery operation.
|
|
|
|
|
|
| |
that we lock the device *before* we open it.
We still open the device only once - and then ask all
our handlers if they know how to handle it.
|
| |
|
| |
|
|
|
|
|
| |
the underlying file descriptor is also closed. To me at least this wasn't
immediately obvious.
|
|
|
|
| |
PR: doc/11582
|
|
|
|
|
|
|
| |
Clean up the handling of failure modes in our attach so we don't free
resources twice. ahc_free() will do all of the work for us (as would
be required by an unload event) so we only need to handle resources that
the softc has not taken ownership of.
|
| |
|
|
|
|
|
|
| |
chip we think we understand.
Correct identification entry for the AHA2950U2.
|
| |
|
|
|
|
|
|
|
| |
"Non stop trains to Roma Termini Station leave from 7.38
a.m. to 10.08 p.m., hourly."
(from: http://www.italyhotel.com/roma/guida/collegamenti.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed problems:
LS120 drives currupted data.
The workaround for drives not supporting upto 64K transfers
has been reworked. It works now both on LS120 & ZIP drives.
ISA only configs wont compile.
Fixed.
The ATA driver wont share interrupts.
Fixed.
The "unwanted interrupt" warning gave wrong controller.
Another lun<>unit messup from the newbus integration.
Some minor cleanups and rearrangements as well.
As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code.
Especially the DMA support can hose your disk real bad if anything
goes wrong, again you have been warned :)
Notebook owners should be carefull that their machines dont suspend
as this might cause trouble...
But please tell me how it works for you!
Enjoy!
-Søren
|
| |
|
|
|
|
| |
Reviewed by: Poul-Henning Kamp <phk@critter.freebsd.dk>
|
|
|
|
| |
- Removed hardcode IRQ in #ifdef PC98.
|