haya
343fa8e595
Add some Texas Instruments' CardBus bridges. Device ID are taken from
...
data sheets provided by TI web site and 'PCI Vendor and Device list'
web page <http://www.yourvote.com/pci >.
2003-04-28 08:29:52 +00:00
haya
67d0b87c1f
Add some O2Micro CardBus bridges regarding PR/20084. Device ID are
...
taken from FreeBSD and cross-checked by the web page 'PCI Vendor and
Device list' <http://www.yourvote.com/pci >
2003-04-28 08:17:30 +00:00
nakayama
1e411d7027
Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives.
...
Ok'ed by bouyer in tech-kern@netbsd.org .
2003-04-28 05:20:29 +00:00
briggs
742c5dbd3a
Allow the console to be used for kgdb if both DDB and KGDB are defined.
2003-04-28 02:46:09 +00:00
bouyer
a704b24037
Fix typo.
2003-04-27 14:33:20 +00:00
bouyer
07e96ff3d7
Acceptable cache operations are r and rw, not none and w
...
Properly initialise the timeout value.
2003-04-27 14:27:36 +00:00
wiz
c42e1fac66
Management, not managment. Mostly from jmc@openbsd.
2003-04-26 22:07:12 +00:00
yamt
545cae513c
this doesn't need to include callout.h anymore.
2003-04-26 16:38:00 +00:00
dsainty
325b10be64
Use the correct bus name in "bus not configured" errors for SCSI and ATAPI
2003-04-26 12:46:59 +00:00
dsl
46687ce6f2
In the absensce of a netbsd disklabel:
...
- Use partition size (instead of type) to determine whether a disklabel slot
has been filled in (eg from mbr info on i386).
- Set number of partitions to 16 to stop disklabel bleating.
2003-04-26 12:02:12 +00:00
bouyer
1e2dac7786
Add support for the getcache/setcache ioctls.
2003-04-26 09:54:15 +00:00
bouyer
99a36b0abd
Rename WDSF_EN_WR_CACHE to WDSF_WRITE_CACHE_EN for consistency with other
...
subcommands.
2003-04-26 09:29:41 +00:00
briggs
4c104c6cea
In dmover_backend_alloc(), make sure we get ninputs from the best_algdesc,
...
not just the most recent algdesc (which might be NULL).
2003-04-26 04:44:18 +00:00
uwe
1cfc465c45
Keymaps for US and German keyboards for Jornada 680/690.
2003-04-26 01:06:06 +00:00
fvdl
00a8526dca
Do the right thing in the case of an attach error. From Manuel Bouyer.
2003-04-25 16:03:45 +00:00
fvdl
5aecd7c8fc
On the first read of the DEVCONFIG PCI config register, sparc64 systems
...
seem to return all 1s. The second read is ok, though. So, as a workaround,
read it twice. From Manuel Bouyer.
2003-04-25 16:02:52 +00:00
gmcgarry
2bdf9ba1f2
Fix full-duplex mode (again).
...
Back-out revision 1.170 and and 1.166. Revision 1.170 fixes some problems
introduced in revision 1.166. It isn't clear what problem revision 1.166
was attempting to address. It seems bogus anyway, since we later check
the modes in audio_check_params().
2003-04-25 03:02:11 +00:00
nathanw
6eaaff9eaa
Regen.
2003-04-24 23:37:00 +00:00
nathanw
ebfdc33307
Add a few Opteron and AMD8000 chipset device IDs.
2003-04-24 23:36:09 +00:00
martin
dc09fa82ac
Fix attachment for sparc64 systems (missing bus_space_vaddr).
...
Patches submitted in PR 21188.
2003-04-24 05:06:32 +00:00
uwe
d16caf9f8c
Add KB_DE | KB_MACHDEP placeholder. Need it for the Jornada 680/690
...
German (ABD) keyboard layout (to be added soon).
2003-04-23 04:03:58 +00:00
tls
85c8cfb533
Correct use of MAXBSIZE where MAXPHYS was intended. This is a necessary
...
first step towards per-device MAXPHYS, and has the beneficial side effect
of allowing clustering to MAXPHYS even on systems that need to run with
a reduced MAXBSIZE to get more metadata buffers.
2003-04-23 00:55:17 +00:00
augustss
4d876de100
Regen.
2003-04-22 22:08:00 +00:00
augustss
a237a7a011
Fix some naming bugs.
2003-04-22 22:07:40 +00:00
augustss
b12c8ecd7f
Add another device.
2003-04-22 22:07:05 +00:00
fvdl
8672af5bd0
Regenerated after AMD 8131 additions.
2003-04-22 20:53:09 +00:00
fvdl
501dfe4285
Add AMD 8131 PCI-X tunnel and IO apic.
2003-04-22 20:52:06 +00:00
tsutsui
4762c81f53
- #ifdef DEBUG, #if DEBUG -> #ifdef AHC_DEBUG
...
- TAB/space cosmetics
2003-04-22 14:33:01 +00:00
fvdl
3f5d6a0d73
Remove unused variable.
2003-04-21 22:00:42 +00:00
fvdl
9ec222cfbe
Remove trigraph.
2003-04-21 21:49:31 +00:00
fvdl
2674450fcb
Avoid trigraph in string.
2003-04-21 21:45:59 +00:00
fvdl
13b6cff110
Reset bus in attach, not at first access.
2003-04-21 20:05:26 +00:00
fvdl
11e1ebb8dd
Reset channel(s) in ahc_attach, rather than at first access.
2003-04-21 19:59:48 +00:00
fvdl
1adc169997
Add NetBSD RCS Id.
2003-04-21 18:12:22 +00:00
fvdl
8775f88505
Add another IBM drive that incorrectly reports DT only.
2003-04-21 18:07:14 +00:00
fvdl
d7ad58b224
Add file that I missed when adding the ahd driver.
2003-04-21 16:53:59 +00:00
fvdl
7c5409295c
Set/report DT a bit more correctly.
2003-04-21 16:52:07 +00:00
augustss
7d5779ad01
Recognize more devices. From FreeBSD.
2003-04-21 16:38:34 +00:00
augustss
6be8a91f88
Add quirk. From FreeBSD.
2003-04-21 16:37:42 +00:00
augustss
33011a8fcf
Regen.
2003-04-21 16:37:14 +00:00
augustss
ac600b6a72
Add more devices. From FreeBSD and OpenBSD.
2003-04-21 16:36:52 +00:00
gson
c8da8f2398
Ignore input when the port is not open. This change is functionally
...
identical to the patch in kern/6502 (which is hereby fixed), but
modelled after the corresponding fix to the 8530 driver in
z8530tty.c revision 1.60 to maintain consistency with that driver.
2003-04-21 03:43:18 +00:00
fvdl
1aca5bda05
ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbs
...
for FreeBSD, ported to NetBSD by Pascal Renauld, Network Storage Solutions,
Inc, plus a bunch of changes by me.
This driver is as yet untested in this final form, it will be added
to config files when it has been tested.
2003-04-21 00:14:52 +00:00
fvdl
ee7b6f07aa
One more FreeBSD compat define.
2003-04-20 23:43:04 +00:00
fvdl
d268a0e37f
Add register definitions for the PCI-X capability.
2003-04-20 22:53:56 +00:00
christos
4a2f0334d4
PR/6362: der Mouse: /dev/speaker octave-tracking goes out of range
2003-04-20 22:02:46 +00:00
fvdl
d96d9c4be4
Pick the right channel in the reset ioctl.
2003-04-20 21:25:59 +00:00
thorpej
4bbda47b54
Add a "reset button" type.
2003-04-20 20:48:27 +00:00
thorpej
9dd2908b35
Use sysmon_taskq.
2003-04-20 20:21:29 +00:00
thorpej
d14efd22d1
Generic "task queue" for sysmon back-ends. This provides a thread
...
context for callbacks that require it in order to handle sysmon-related
events.
Adapted from the "OsdSchedule" bits of the ACPI code.
2003-04-20 20:20:35 +00:00
fvdl
b30a81c90c
Resurrect change from previous ahc driver version: reset channel (unless
...
configured not to in the BIOS) on first access.
2003-04-20 19:49:45 +00:00
fvdl
c2a2dc04eb
Fix ahc_print_registers some more.
2003-04-20 18:57:41 +00:00
fvdl
ed7c318180
Fix ahc_print_register up.
2003-04-20 18:31:16 +00:00
fvdl
9af6ac1fc3
Initialize name and dma tag.
2003-04-20 16:52:40 +00:00
fvdl
da526ebf96
Initialize ahc->name. From Izumi Tsutsui.
...
Set ahc->parent_dmat correctly.
2003-04-20 16:50:13 +00:00
fvdl
c620a2fd66
Fix some AHC_DEBUG printf cases, and undef AHC_DEBUG.
2003-04-20 16:04:54 +00:00
fvdl
4d6d3fb37b
Call ahc_softc_init in attach function.
2003-04-20 15:48:25 +00:00
fvdl
c8a7cfc565
Actually define ahc_htole and reverse macros.
2003-04-20 15:32:10 +00:00
fvdl
6288ca0b93
Delay ahc_free until after shutdown hook disestablish.
2003-04-20 15:31:50 +00:00
bjh21
b05cf42fce
Use %lu format and (u_long) cast when printing size_t.
2003-04-20 12:54:05 +00:00
fvdl
4fe822c162
Correct typo in previous.
2003-04-20 12:05:42 +00:00
fvdl
3bc3f3793f
Add FreeBSD compat define for PPR_PCOM
2003-04-20 11:53:28 +00:00
fvdl
7ae27ded66
Regen.
2003-04-20 11:20:51 +00:00
fvdl
21e3127716
Sync with FreeBSD rev. 1.10: correct default precompensation value for RevA
...
hardware.
2003-04-20 11:19:33 +00:00
fvdl
26813b6545
Get rid of AHC_LUN_WILDCARD, making differences with FreeBSD smaller.
2003-04-20 11:17:20 +00:00
christos
9a119fd83b
PR/21236: Simon Hitzemann: Fix missing space in error format. While I am
...
there make a single copy of the error string instead of 6 and share it.
2003-04-19 23:37:26 +00:00
christos
52be04c4cc
PR/17738: Matthias Drochner, PR/21230: Onno van der Linden: vt100 wscons
...
crashes restoring cursor. Fixed by adding a flag as suggested.
2003-04-19 23:28:46 +00:00
fvdl
2d41d30fa5
NetBSD RCS Ids.
2003-04-19 19:38:21 +00:00
fvdl
0d9c871cee
Adapt to newer backend. Needs testing.
2003-04-19 19:35:34 +00:00
fvdl
79bdc751aa
Fix this to compile with the new driver. Needs testing.
2003-04-19 19:35:09 +00:00
fvdl
ec7141e045
Newer ahc driver, port from Justin Gibbs' driver in FreeBSD. Ported by
...
Pascal Renauld at Network Storage Solutions, Inc, with some changes
by me.
2003-04-19 19:34:23 +00:00
fvdl
ccadc2cbd3
Newer adaptec 7xxx driver. Written by Justin Gibbs for FreeBSD. Ported to
...
NetBSD by Pascal Renauld at Network Storage Solutions, Inc.
Some modifications by me.
2003-04-19 19:33:29 +00:00
fvdl
8a26def233
Add ahd at pci (to be added later).
2003-04-19 19:30:07 +00:00
fvdl
6fcbec2b8d
Generated register/sequencer code include files for the ahc and ahd
...
drivers.
2003-04-19 19:27:50 +00:00
fvdl
7e92a81099
Newer aic sequencer assembler. From FreeBSD, written by Justin Gibbs.
...
Ported to NetBSD by Pascal Renauld at Network Storage Solutions, Inc.
Some Makefile changes by me.
The 79xx code isn't yet used, driver for that to follow shortly.
2003-04-19 19:26:10 +00:00
fvdl
40565542e4
Add NetBSD RCS id.
2003-04-19 19:21:35 +00:00
fvdl
a434795392
Add a PCAP_NODT quirk. I have two older Quantum Atlas drives that work
...
fine at U2W, but barf at U160, with different controllers. Unfortunately
sometimes just being initialized at U160 does the trick, so setting them
to lower speed in the BIOS may also be needed.
2003-04-19 19:16:06 +00:00
fvdl
016a1095a9
A device should always respond to inquiry or test unit ready; disable
...
retries for these during discovery. From Pascal Renauld at Network
Storage Solutions, Inc
2003-04-19 19:12:59 +00:00
fvdl
ea399d0682
Add MSG_QAS_REQUEST definition.
2003-04-19 19:11:13 +00:00
fvdl
76a06d99f3
IU pkt/task definitions include file. From FreeBSD.
2003-04-19 19:10:25 +00:00
tron
6d26862b28
Fix for ACPI poweroff problem provided by Takayoshi Kochi. This resolves
...
PR kern/20614 by myself.
2003-04-19 16:09:16 +00:00
christos
4bf8b7765e
Put back bits of pr 9286 that got lost. Thanks to Onno van der Linden for
...
pointing this.
2003-04-19 15:47:45 +00:00
uwe
7b16962da2
Quirk Pilotech CRW-600.
2003-04-18 23:38:18 +00:00
uwe
fa83041685
Regen for Pilotech CRW-600.
2003-04-18 23:31:43 +00:00
uwe
f700119cc7
Add Pilotech and its CRW-600 6-in-1 USB flash reader.
2003-04-18 23:28:09 +00:00
explorer
2248468d68
add my 80 GB SATA drive to the quirk table.
2003-04-18 04:32:19 +00:00
thorpej
5a20f4be3c
* Add a generic power management event API, defined in <sys/power.h>.
...
Right now, only power switch state change events are supported. This
is a work-in-progress.
* Add support to sysmon for delivering power mangement events to userland.
Add poll, kqueue, and read entry points to sysmon.
* Adapt ACPI to use the new generic <sys/power.h> event types.
This provides the kernel support for a forthcoming powerd(8) which can
do nice things like gracefully shut the system down when an ACPI power
button is pressed.
2003-04-18 01:31:34 +00:00
mason
d1b448c6e5
From current-users:
...
On Thu, Apr 17, 2003 at 11:26:26AM -0500, Dave Huang wrote:
> Typo police here :) "whose," not "who's."
2003-04-18 00:35:14 +00:00
matt
062bcd3204
acpi.c needs sysmon_power too.
2003-04-17 20:56:29 +00:00
jdolecek
9d23bccfba
add quirk for Avance Logic USB Audio
...
provided in PR kern/18986 by Yasushi Oshima
2003-04-17 16:43:44 +00:00
jdolecek
8d4a0cf374
regen:
...
fix handle for Avance Logic (AVANCELOGIC, not ADVANCELOGIC), and add
id for their USB Audio Speaker
provided in PR kern/18986 by Yasushi Oshima
2003-04-17 16:41:48 +00:00
jdolecek
e566bf6b6e
fix handle for Avance Logic (AVANCELOGIC, not ADVANCELOGIC), and add
...
id for their USB Audio Speaker
provided in PR kern/18986 by Yasushi Oshima
2003-04-17 16:41:00 +00:00
jdolecek
5e0c8413f3
uaudio_match_alt_sub(): fix the rate check in UA_SAMP_CONTNUOUS case
...
to match if UA_SAMP_LO() == UA_SAMP_HI() == rate
problem reported and fix provided in PR kern/18986 by Yasushi Oshima
2003-04-17 16:38:02 +00:00
fvdl
097bf36e7f
Fix size_t printf formats in DIAGNOSTIC case.
2003-04-17 12:34:25 +00:00
wiz
ad311c1708
Replace arm32 with arm ports that include the driver name in their GENERIC
...
(or any other kernel config, if no GENERIC exists).
Sort.
2003-04-17 11:55:08 +00:00
thorpej
b7394dfe47
Adapt to the sysmon_pswitch interface.
2003-04-17 01:34:14 +00:00
thorpej
ea45f2ccc1
Oops, remove a debugging define.
2003-04-17 01:26:41 +00:00
thorpej
59ea64b6f0
* Don't do the ACPI_PCI_FIXUP unless it is explicitly enabled in
...
the kernel config file. That code makes a total mess of any
system with multiple PCI busses.
* Rework the way buttons are handled; register them with sysmon,
and let it take the appropriate action. This lets us gracefully
shut down when the power button is pressed.
2003-04-17 01:22:21 +00:00
thorpej
b0f79c65ce
Start at a power management framework for sysmon. Right now we just
...
provide some VERY basic support for power/sleep buttons and lid switches;
if someone presses the power button, shut down the system semi-gracefully.
Eventually, we will send events for all types of button/lid events down
to a userland power management daemon, which will be able to define a
separate policy for each button/switch.
2003-04-17 01:02:21 +00:00
petrov
62ba316156
rasops32_putchar: don't paint character out of font limits.
2003-04-16 23:28:41 +00:00
thorpej
6f2e904450
Use the standard fixed-sized types on NetBSD.
2003-04-16 23:24:01 +00:00
thorpej
6c29c1f6fb
In the polling case, don't call mpt_timeout() twice.
2003-04-16 23:17:30 +00:00
thorpej
98f531d377
mpt_dma_mem_alloc(): If we fail, only destroy request DMA maps that
...
were actually created.
2003-04-16 23:16:41 +00:00
thorpej
81a8dadfcf
Correctly sync the MPT request buffers, and remove BUS_DMA_COHERENT
...
from the mapping of those buffers.
2003-04-16 23:02:14 +00:00
thorpej
7e4fd7b547
Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channel
...
adapters. Currently supports:
* LSI 53c1030 Ultra320 SCSI
* LSI FC909, FC909A, FC919, and FC929 Fibre Channel
Ported from the FreeBSD "mpt" driver, written by Greg Ansley. Thanks
to Frank van der Linden for testing and some bug finding.
This work was sponsored by Wasabi Systems, Inc.
2003-04-16 22:02:59 +00:00
nathanw
c4921eb479
Remove extra right paren.
2003-04-16 21:08:06 +00:00
thorpej
ce68b169df
* Change the APIs that handle the sync period to work with 100ths of ns,
...
rather than 10ths of ns. This is necessary in order to represent
Ultra320 SCSI.
* Add Ultra320 SCSI to the scsipi_syncparams[] table.
We're not going to bother bumping any version numbers with this change; only
the "hba" driver uses scsipi_sync_period_to_factor(), and the uses of
scsipi_sync_factor_to_period() are all internal to the scsipi code. Most
things just pass the factor around, which is unchanged by this.
Reviewed by Frank van der Linden.
2003-04-16 20:25:59 +00:00
petrov
7d83b6157f
Comment out debug printf.
2003-04-16 18:53:50 +00:00
darrenr
0b2e3c6317
add missing setting of b_error (thanks Manuel)
2003-04-16 00:07:17 +00:00
augustss
44a844916d
Regen.
2003-04-15 23:15:47 +00:00
augustss
155de892db
Another VIA device.
2003-04-15 23:15:23 +00:00
augustss
b855d8716e
Add another VIA CPU-AGP bridge.
2003-04-15 23:13:50 +00:00
tron
78a6a01cac
Pullup short mbuf in wm_tx_cksum() instead of dropping it which fixes
...
PR kern/21190 by myself. Jason R. Thorpe code reviewed the changes.
2003-04-15 22:52:40 +00:00
rjs
c0cc8d30c1
Regen.
2003-04-15 21:43:56 +00:00
rjs
dd9495f867
Add ID for ITE IT8152 companion chip.
2003-04-15 21:32:28 +00:00
thorpej
b2beaa1fbd
wm_tx_cksum(): Set the initial offset correctly for packets using
...
802.1Q encap.
2003-04-15 21:12:24 +00:00
nathanw
ad743e234b
Add a missing paren.
2003-04-15 19:14:58 +00:00
darrenr
8dac8843a5
Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad
...
sector information in the kernel. Doing this uncovered some shortcomings
that should have been pretty obvious with the code committed prior, addressing
the major kludge with a new struct - disk_bacsecinfo to be passed into
DIOCBSLIST.
2003-04-15 18:27:26 +00:00
dogcow
277607fced
fix typos
2003-04-15 17:42:44 +00:00
darrenr
f4965045a0
Automatically build up a list of bad sectors from failed read operations and
...
prempt read operations on matching regions with a failure rather than waiting
for the device to return a failure. The I/O operation must have already failed
MAXRETRIES times before being added to the list - this can generally take up
to 12 seconds.
List is made accessible to userspace via DIOCBSLIST and DIOCBSFLUSH.
2003-04-15 14:11:00 +00:00
perry
5f549c5ea8
Add a quirk for the Tandberg SLR/5
...
Fix supplied by Rex McMaster in PR kern/13603
2003-04-14 16:18:23 +00:00
oster
351bc1e187
Remember to close the component if we decide it's not suitable for use
...
as a hot spare. Closes PR#20989 by David Brownlee.
2003-04-13 22:07:11 +00:00
augustss
44617bfaa7
Add quirk for Genesys Logic GL641USB. From PR kern/21131.
2003-04-13 20:54:31 +00:00
explorer
a09cd2fd46
typo, s/TX4/TX2/
2003-04-13 01:53:00 +00:00
explorer
38fd615cff
add an older pci id for SATA150TX2PLUS, too
2003-04-12 10:41:04 +00:00
christos
4a09954028
PR/9286: Steven Grunza: Win98 warm boot puts 3c905B in state D3 and causes
...
ex driver failure
2003-04-12 09:03:25 +00:00
christos
611ca7be61
regen
2003-04-12 08:41:20 +00:00
christos
f45b1c425d
PR/8754: Andreas Wrede: Add SIIG devices
2003-04-12 08:40:48 +00:00
christos
2d2910a91a
PR/21108: Christopher SEKIYA: if_wi_pci.c rev 1.21 is incorrect for PLX-9052
2003-04-12 08:17:45 +00:00
tsutsui
8d11ba186d
Add some delays between 8bit reads of DSTAT and SSTAT0 registers
...
as per the 53c710 manual. Pointed out by fredette in osiop_gsc.c long ago.
2003-04-12 06:42:38 +00:00
tsutsui
49c64e1d70
Fixes from OpenBSD:
...
- Fix index bounds checking in save data pointers logic.
- Fix an indent problem and an extra blank space.
2003-04-12 06:11:15 +00:00
drochner
ea7f1bd035
Add a VNDIOF_FORCE flag which forces unconfiguration if the emulated
...
disk is still in use.
Not for everyday use, but we have to face eg USB flash drives being
unplugged at the wrong time, and this is a way to simulate this without
wearing out the connectors.
2003-04-11 16:11:49 +00:00
explorer
07db7d8001
add Promise ATA/150 TX4 id
2003-04-11 02:49:40 +00:00
simonb
e200992e30
Use Tungsten T instead of m550.
2003-04-11 01:30:10 +00:00
simonb
fe2cc35875
Regen; rename Palm M550 to Tungsten T.
2003-04-11 01:28:18 +00:00
simonb
bbd68bc758
Rename Palm M550 to Tungsten T.
2003-04-11 01:25:25 +00:00
thorpej
a5bb7e6494
Group things in this file a bit more logically.
2003-04-10 18:04:20 +00:00
scw
dd3614f13a
When attaching, make sure the "Reject Broadcast Mode", "Promiscuous Mode"
...
and "Pass Bad Frames" bits in the EPCR register are clear.
This works around a problem where firmware sets RBM for some reason before
handing control to the NetBSD kernel.
2003-04-10 15:23:19 +00:00
simonb
40149dc0bb
Remove an assigned-to but unused variable.
2003-04-10 04:11:50 +00:00
simonb
430903deae
rf_MakeLockTable() and rf_ShutdownStripeLocks() are used only in
...
rf_stripelocks.c - make them static functions.
2003-04-10 04:10:17 +00:00
simonb
d0f1ac2965
Remove an assigned-to but unused variable.
2003-04-10 03:36:02 +00:00
christos
1af07f5803
Add MIIF_FORCEANEG from Martin Husemann
2003-04-10 01:58:21 +00:00
christos
e3eb9da887
regen
2003-04-09 02:10:57 +00:00
christos
81e522b516
A cardflash NE2000 from Michael Francini francini at mindspring dot com.
2003-04-09 02:09:55 +00:00
thorpej
375bf0732b
Need <uvm/uvm_extern.h>.
2003-04-09 01:35:12 +00:00
thorpej
24a4b8faa6
Use PAGE_SIZE rather than NBPG.
2003-04-09 00:28:28 +00:00
thorpej
cf9d21bf8e
Use PAGE_SIZE rather than NBPG.
2003-04-08 23:39:14 +00:00
thorpej
106ae5d65e
Use PAGE_SIZE rather than NBPG.
2003-04-08 22:33:33 +00:00
matt
46acdfd875
Deal with discovery strangeness/timing issue. Sometimes the Ownership bit
...
on descriptor doesn't get reset so look beyond to the next descriptor to
see if it's been returned. If it has, then just process the current one.
2003-04-08 19:37:17 +00:00
kml
0ad9e0dccc
Host AP power saving support. The Host AP notices that the power
...
saving bit is set in incoming frames from a station, and buffers the
outgoing frames for the station until they are polled for. This
requires support in the driver to set a bit in the TIM bitmap sent
during 802.11 beacons.
So far, support for power saving in Host AP mode is only available
for the PRISM2 chipset.
2003-04-08 04:31:23 +00:00
junyoung
247328b16a
As beginning of merging uwscons to -current:
...
- Add a (temporary) printf to vga_raster_load_font() for tracking font
loading process. If you encountered "vga_raster_load_font: called"
kernel message, please let me know.
- While here, some KNF.
2003-04-07 05:48:54 +00:00
wiz
68caa698b2
Respect the law: Use A-law and mu-law as spellings as far as easily possible.
...
Inspired by Igor Sobrado in PR 19680.
2003-04-06 18:20:07 +00:00
ragge
f2523f5b9f
A bunch of fixes to make the DHU driver much more efficient,
...
from Hugh Graham (hugh@openbsd.org ).
2003-04-06 15:45:11 +00:00
tsutsui
4d0733ceec
Add oosiop.
2003-04-06 10:10:38 +00:00
tsutsui
afa38ad0e6
Regen scripts for new oosiop.
2003-04-06 09:52:21 +00:00
tsutsui
bcf0b777ce
Tweak siop scripts assembler for new oosiop.
2003-04-06 09:50:29 +00:00
tsutsui
7b4697bdbe
Add MI NCR/Symbios 53c700 SCSI driver.
...
This "oosiop" driver was originally written by Shuichiro URATA
for arc port, and then it was modified by me to make it work
also on hp700.
This driver has been tested on my NEC Express5800/240 with 53c700-66
for several months, and also tested on HP9000 735/125 with 53c700
(though current hp700 port has been broken since SA merge).
Both sync transfer and disconnect/reselect work fine,
but tagged queuing is not implemented yet.
2003-04-06 09:48:41 +00:00
nakayama
a58fc7e1b2
Regen.
2003-04-05 19:11:44 +00:00
nakayama
c559c6cf5d
Rename "USB Reader" to "USB 6 in 1 Card Reader/Writer" more clearly
...
(pointed out by perry in private mail).
2003-04-05 19:10:12 +00:00
nakayama
f126378bbb
Add quirk for Pen USB Reader.
2003-04-05 17:25:33 +00:00
nakayama
5890db6c2a
Regen.
2003-04-05 17:23:49 +00:00
nakayama
59a67e04d6
Add USB Reader.
2003-04-05 17:22:50 +00:00
lha
23d7d55666
Regenerate.
...
(add Radeon Mobility M7 LW (AGP))
2003-04-05 16:43:47 +00:00
lha
76fa548db5
add Radeon Mobility M7 LW (AGP)
2003-04-05 16:41:42 +00:00
kent
d49a3d652c
Support for 82540EP and 82540EP (LOM).
...
Not tested.
2003-04-05 13:23:17 +00:00
kent
42243152f6
Add '(ICH3)' to the names of 82801CA for consistency with other 82801xx names
2003-04-05 13:00:15 +00:00
kristerw
b8943cbf89
Save some text segment space by not defining URLPHY_DEBUG.
2003-04-04 22:21:39 +00:00
matt
6193e8a4a1
Remove #define DEBUG. (this was working right. The problem I encountered
...
was due to a bug in PPCBOOT. It was not ordering DIMM space largest to
smallest so that you could badly alignment memory).
2003-04-04 20:09:07 +00:00
kent
fa6424efa5
Support for ICH4M IDE Controller
2003-04-04 11:01:48 +00:00
kent
e7a590c1f1
Support for i82450EP.
2003-04-04 06:45:12 +00:00
perry
3668dc75e5
fix from OpenBSD, contributed by Gabriel Gonzalez in PR kern/20999
2003-04-04 01:04:37 +00:00
fvdl
8103646465
Check RAW_PART against the media size instead of the disklabel.
...
Add the media size in 512-byte sectors to the softc, to avoid
some 64 bit computations. Bump the capacity stored in softcs
for disks to 64 bits.
2003-04-03 22:18:23 +00:00
erh
dcf3619707
Add a quirk to allow my NEO Jukebox to work again.
2003-04-03 17:41:51 +00:00
kent
8691cfff6c
regen
2003-04-03 16:15:22 +00:00
kent
22f1378011
- Forte Media PCI joystick
...
- Intel 82540EP chips
- Intel ICH4M IDE controller
- Modify descriptions of some ICH4 devices which ICH4M also has:
82801DB xxx -> 82801DB/DBM xxx
2003-04-03 16:13:53 +00:00
christos
7aec408c5a
avoid stupid printfs during probe
2003-04-03 15:36:31 +00:00
christos
773ff89c7e
avoid stupid printfs during probe when debugging is on.
2003-04-03 15:35:41 +00:00
christos
d77be05384
PR/20982: Eric Fair: fix debugging printf format errors.
2003-04-02 21:53:15 +00:00
he
f918a51ddd
Change SBSIZE -> SBLOCKSIZE, to track changes caused by the UFS2 merge.
2003-04-02 20:38:28 +00:00
he
6098c9ba7f
Change SBSIZE to SBLOCKSIZE to make this compile after UFS2 was brought
...
in. OK'ed by ragge.
2003-04-02 20:32:01 +00:00
drochner
9ec3975139
allow to customize how highlighting and underlining text is substituted
...
if the display doesn't provide this
submitted by xs@kittenz.org per PR kern/18004
2003-04-02 18:22:56 +00:00
drochner
f9773705b1
fix crash due to wrong argument in the (almost useless)
...
DECRQUPSS escape sequence
2003-04-02 17:48:59 +00:00
briggs
cb2eb4a01a
Mmmm... LOCKDEBUG...
...
Change from unlock -> modify -> unlock to _lock_ -> modify -> unlock.
2003-04-01 20:59:15 +00:00
matt
d914d04522
Cleanup PCI support.
2003-04-01 19:11:44 +00:00
thorpej
52d8769e0b
Use PAGE_SIZE rather than NBPG.
2003-04-01 02:01:43 +00:00
thorpej
d58deb08c2
Use PAGE_SIZE rather than NBPG.
...
XXX Except in one place which will require more work.
2003-04-01 01:58:14 +00:00
thorpej
24ab4adb9c
Use PAGE_SIZE rather than NBPG.
2003-04-01 01:53:40 +00:00
augustss
a302bab585
Add an option to disable fast back-to-back transfers since this
...
breaks certain hardware combinations.
2003-03-31 21:04:40 +00:00
jdolecek
cd8e491e95
sprinkle const qualifiers to const stuff
2003-03-31 18:47:58 +00:00
elric
00a9b3965c
Removed some debugging printfs that made it into the tree.
2003-03-31 08:45:08 +00:00
perry
5afd6ce206
revert for now -- cancelled seems to be used more often than canceled
2003-03-31 03:35:02 +00:00
perry
29c5490e43
again, for consistency, cancelled->canceled (I fear the flames)
2003-03-31 03:26:34 +00:00
perry
253eea8c49
For consistency, initialise->initialize.
...
(No it isn't anti-UK bias -- just trying to keep the whole system to
one consistent spelling.)
2003-03-31 03:23:38 +00:00
jdolecek
3f1816bf46
sprinkle some const qualifiers
2003-03-30 19:20:37 +00:00
toshii
ba612a905f
Use MaxPacketSize for setting up isochronous pipe for recording.
...
This fixes dropping samples.
2003-03-30 04:47:13 +00:00
matt
374319260c
Don't free chqueue since it's no longer malloc'ed.
2003-03-30 02:06:29 +00:00
jdc
6df227f447
Regenerate.
...
(Add support for USRobotics Wireless Access PCI adapter (model 132415).)
2003-03-29 20:56:54 +00:00
jdc
8e265123d8
Add support for USRobotics Wireless Access PCI adapter (model 132415).
...
From Sergio Jimenez in PR kern/20642.
2003-03-29 20:49:03 +00:00
matt
6c8a4d2615
Make this compile again.
2003-03-29 20:15:31 +00:00
perry
3942053914
regen
2003-03-29 16:48:02 +00:00