Commit Graph

131240 Commits

Author SHA1 Message Date
augustss
9c5128bdbd The driver supports interrupt transfers now. 2004-10-22 12:20:00 +00:00
augustss
4eb781d843 Print information for high speed hubs about the number of TTs.
Print a message when low/full speed devices are ignored on high speed hubs.
2004-10-22 12:03:21 +00:00
augustss
2c051a4b85 Add interrupt transfers. From OpenBSD.
Having interrupt transfers enables some more device types to be used,
most notably USB2 hubs.  USB2 hubs still cannot handle anything but
USB2 devices, because there is node code to handle hub Transaction Translation
yet.
XXX This code doesn't do good bw scheduling, but it's certainly better than
nothing. :)
2004-10-22 10:38:17 +00:00
augustss
6f9df049df Insert from ifdefs for soft interrupt related stuff. From OpenBSD. 2004-10-22 09:58:00 +00:00
peter
7dbbfa5b53 Update a comment to say that the returned size is in KB. 2004-10-22 09:50:54 +00:00
peter
5d3f22a6e3 Remove the confusing PAGESIZE macro and calculate the size by doing
size / 1024.

Approved by mrg.
2004-10-22 09:49:18 +00:00
augustss
19ddd8a315 Add 3 devices. From OpenBSD. 2004-10-22 09:47:21 +00:00
augustss
cb0eb4bacc Add a device. From OpenBSD. 2004-10-22 09:41:01 +00:00
augustss
d7eeed3a45 Add 2 devices. From OpenBSD. 2004-10-22 09:39:06 +00:00
augustss
14186a69e1 Regen (previous commit was a mistake). 2004-10-22 09:35:55 +00:00
augustss
86d1561830 Merge a lot of devices from OpenBSD. 2004-10-22 09:34:55 +00:00
skrll
2728318e3c Add __RCSIDs.
OK'd by mycroft.
2004-10-22 05:39:56 +00:00
perry
808ab1197e Use packet length from IP header instead of packet length from BPF
header.
Patches given to me by Ted Lemon.
This avoids using potentially garbage data returned if the ethernet
driver returns a packet that's too long.
2004-10-22 05:22:39 +00:00
wrstuden
6f8b7762c6 Now that we have ofwboot load at 0xe00000, it doesn't make sense for
this kernel to load at 0x800000 - move back to the default and we
have around 13 MB of space for the kernel.
2004-10-21 21:53:58 +00:00
wrstuden
df1f02ad54 Now that we have ofwboot load at 0xe00000, it doesn't make sense
for this kernel to load at 0x800000.
2004-10-21 21:52:51 +00:00
rjs
9003fc0a5c Regen. 2004-10-21 21:01:50 +00:00
rjs
89c80e4674 Add definitions for Dell X3 and X30 PDAs. 2004-10-21 21:00:31 +00:00
augustss
176f75ee37 A little portability stuff. 2004-10-21 18:14:40 +00:00
augustss
e93cdd6905 Add a gross hack to route the ECHI interrupt on the Sharp MM20.
You can read the long and sad story about the BIOS in a comment.
2004-10-21 17:12:41 +00:00
fvdl
5febc5eef5 Fix thread context switching to take the stack ABI into account.
From Wolfgang Solfrank.
2004-10-21 16:49:47 +00:00
xtraeme
d16bfcc7a2 Fix typo in comment: compolicated -> complicated. 2004-10-21 16:18:42 +00:00
kent
bfad9c4dd8 note selector unit support and mixer names change 2004-10-21 13:01:28 +00:00
kent
3084b515cd note suspending/resuming support of auvia 2004-10-21 12:58:02 +00:00
kent
ff827d1c72 make mixer names compatible with other audio devices
patch provided by Kazuhito HONDA in PR#15441
2004-10-21 12:41:07 +00:00
martin
f1ec8926e5 Changes from various people to the german translation, as discussed
in PR install/27281.
XXX - Output is not correct since sysinst does not set the proper LC_CTYPE
yet (which happens to not affect umlauts, but sharp-s (0xdf))
2004-10-21 12:14:21 +00:00
augustss
ab7b7be2f8 Add suspend/resume support.
From OpenBSD.
2004-10-21 11:18:21 +00:00
augustss
d9b55687d2 Use do .. while wrappers for debug print.
From OpenBSD.
2004-10-21 11:14:26 +00:00
augustss
00128db76d Match function names in debug messages with real name.
From OpenBSD.
2004-10-21 11:11:19 +00:00
augustss
cc7b9783ea ANSIfy. 2004-10-21 11:05:39 +00:00
martti
d5fc81d88e Added DELL PERC and MegaRAID 2004-10-21 10:56:08 +00:00
wiz
e6a562f0df tzcode2004e/tzdata2004e out. 2004-10-21 10:17:42 +00:00
dsainty
1dfaf4a3ca Rearrange the option formatting to be both prettier and more complete 2004-10-21 10:13:00 +00:00
lukem
893983131b minor KNF, making it easier to find where fork() is implemented 2004-10-21 06:46:36 +00:00
simonb
83cddbc21f Flesh out some comments in the incomplete "smart" version of
mips_user_cacheflush().
2004-10-21 03:15:13 +00:00
wiz
c76ac2e131 Use Fl for flags, not "Ar -"; add verb to sentence;
grammar fix; remove trailing whitespace.
2004-10-20 23:52:04 +00:00
wiz
7faf3dc435 English improvement (remove "be"). 2004-10-20 23:48:01 +00:00
matt
2fefa174c9 Make panic messages print out what condition they though was panic-worthy
instead of a 1 word message.
2004-10-20 22:10:31 +00:00
xtraeme
4db3ca891c Add another case to match "PCI_PRODUCT_AMD_SC761_SC" (AMD761 System
Controller) in agp_amd_match().

Ok'ed by christos@
2004-10-20 21:47:13 +00:00
dsl
5f64a0e24d Fix equivalent of PR/26917 - this code was stolen from fdisk.
(similtaneus eqns to determine bios geometry from mbr entries could divide
by zero)
2004-10-20 19:36:23 +00:00
peter
ebb5de8b8b Add myself to the list of developers. 2004-10-20 16:41:38 +00:00
tsarna
e466be3304 Add FIPS (US Federal Information Processing Standards) PUB 10-4 codes
where possible.
2004-10-20 14:07:22 +00:00
augustss
d44bf45e4b Update date (phew, got there before wiz! ;) 2004-10-20 13:57:36 +00:00
augustss
689cf598a2 Change logic in patch to allow CONST collections a little. 2004-10-20 13:56:53 +00:00
augustss
9a9d5c1a03 Allow a HID table to be specified (as for usbhidctl). 2004-10-20 13:53:56 +00:00
augustss
7dae9ae8ac Allow a collection to have the CONST flag.
Add some debug.
2004-10-20 13:49:15 +00:00
kent
d468e5f44b mixer item for a selctor should start with "sel" not "fea"
bump date
2004-10-20 13:48:57 +00:00
kent
3f642d7b30 mixer item for a selctor should start with "sel" not "fea" 2004-10-20 13:48:32 +00:00
augustss
4c335c3359 Fix a typo.
Clarify path name for the config file.
2004-10-20 13:47:21 +00:00
tsarna
d062d377c5 Bring up to date with latest ISO data. Added "AX", changed several
country names to match http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt
and removed "FX", which is an "exceptionally reserved" code (similar to
"UK", "EU", etc).  We don't include any of those others here, so I
removed FX.

XXX: The official name of AX is "åland Island". I've entered this
as "Aaland Island" on the advice of Soren Jorvang, keeping this file
ASCII. But perhaps we should consider this file UTF-8 or latin-1 instead?
2004-10-20 12:59:43 +00:00
pk
6b2734d11c Add two missing `#ifdef INET6's. 2004-10-20 11:37:42 +00:00