summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-07-04do not allocate any PA allocating VA for mapping devices; drahn@ okMichael Shalayeff
2005-07-04always enforce cache-inhibit if bus_space_map()ping uncachable; drahn@ okMichael Shalayeff
2005-07-04syncTheo de Raadt
2005-07-04new uplcom; Tomokazu HiraiTheo de Raadt
2005-07-04oops, kernel free needs two args. thanks pedroTed Unangst
2005-07-03malloc(M_WAITOK) implies sleeping, so we have to double check thatTed Unangst
somebody else didn't beat us in uid_find().
2005-07-03Fix data_length values in simulationed MODE SENSE page 4 responses soKenneth R Westerback
that scsi_do_mode_sense() accepts them. The data_length value does not include itself, and the pg_length value in a mode page does not include itself or the page_code fields. We were +1 on the former and -2 on the latter resulting in a data_length value that was too small by one. Eliminates 'mode sense page 5 not simulated' messages. ok marco@
2005-07-03syncDale Rahn
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless. Also the code is not enabled in GENERIC so it is not being tested or maintained.
2005-07-03MCR_AFE, found on some chipsTheo de Raadt
2005-07-03sigh, aue cannot fit anymore because people keep growing codeTheo de Raadt
2005-07-03include CRCBrad Smith
2005-07-03fix MTU ioctl caseBrad Smith
2005-07-03no need for HW VLAN tag removal so clean up some code.Brad Smith
2005-07-03Add missing reserved byte to page_disk_format struct inKenneth R Westerback
scsi_disk_pages union. From FreeBSD and SCSI spec.
2005-07-03rev 1.13Brad Smith
when changing to an unsupported media type, return EINVAL instead of ENXIO. From NetBSD
2005-07-03enable use of the hardware 64 entry CAM table for perfect multicastBrad Smith
filtering otherwise fallback on the multicast hash table if trying to filter on more than 64 addresses or if we're trying to flip on ALLMULTI.
2005-07-03ETHERMTU_JUMBO -> ETHER_MAX_LEN_JUMBOBrad Smith
2005-07-03adjust tuneable for Jumbo caseBrad Smith
2005-07-03regenBrad Smith
2005-07-03GT -> GT AGPBrad Smith
2005-07-03- when printing the "unsupported chip revision" message also print theBrad Smith
chip revision. - allow VLAN-sized frames even when not using hardware VLAN support. From FreeBSD - disestablish PCI interrupt on failure to attach. - allow reception of Jumbo frames by default. Based on a diff sent to me a long time ago by mcbride@
2005-07-03regenBrad Smith
2005-07-03add GeForce 6600 GTBrad Smith
From: Chuck Gagnon <gagnocg at mac dot com>
2005-07-03regenJared Yanovich
2005-07-03change VOP_PATHCONF to take a locked vnode, as itsJared Yanovich
comment entry describes. requires that sys_fpathconf() lock its vnode. lots of testing by jolan and myself, ok pedro
2005-07-02oopsBrad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in rl_stop() before de-allocating resources.Brad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in ral_stop() before de-allocating resources.Brad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02add TLPHY_MEDIA_NO_10_T flag for DP4000 modelBrad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02don't call mii_pollstat() right after mii_tick() in foo_tick_task()Brad Smith
2005-07-02set IFCAP_VLAN_MTU and do not whine if we cannot get mbufsBrad Smith
2005-07-02- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
- check for MTU being too small with ETHERMIN - don't bother reseting the card since it'll default to allowing Jumbos
2005-07-02de-static and we don't need to enable bus mastering hereBrad Smith
2005-07-02skip pcmcia comTheo de Raadt
2005-07-02Remove unused cd_softc.name field. Use the saved INQUIRY data inKenneth R Westerback
scsi_link to determine device type, rather than keeping a copy in sd_softc.type. Remove unused sd_softc.type field.
2005-07-02xscale UART FIFOs are 32 bytes deep; found by deraadt@Uwe Stuehler
2005-07-02Remove unused struct sd_ops.Kenneth R Westerback
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-07-02Typos in comments.Miod Vallat
2005-07-02syncTheo de Raadt
2005-07-02shortenTheo de Raadt
2005-07-02Unused files.Kenneth R Westerback
2005-07-02Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sdKenneth R Westerback
devices. Use READ CAPACITY like NetBSD, FreeBSD, Linux and OpenSolaris do. Well, NetBSD keeps READ FORMAT CAPACITIES as a backup. Fixes problems with devices (such as my IBM USB Memory Key) which return block counts that are off by one for READ FORMAT CAPACITIES. This eliminates the significant difference between sd_atapi.c and sd_scsi.c so merge sd_scsi.c into sd.c and just be careful to mark ATAPI removable devices as both SDEV_NOSYNCCACHE and unable to return MODE SENSE page 4 info. All geometry faking is now in one place. Where it can be 'improved'. sd_scsi.c, sd_atapi.c and atapi_disk.h will be removed as a result.
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resourcesBrad Smith
2005-07-02add support for PCI-E 5752 core and recognize a few additionalBrad Smith
5750 revisions. Info from the Broadcom Linux driver
2005-07-01relax header dependenciesUwe Stuehler
2005-07-01- New macros to identify the zaurus model.Uwe Stuehler
- Updated constants in zaurus_reg.h.