Sponsored Content
Full Discussion: Hardware and drivers
Top Forums UNIX for Advanced & Expert Users Hardware and drivers Post 63158 by charlcy on Wednesday 23rd of February 2005 04:38:53 AM
Old 02-23-2005
MySQL Hardware and drivers

Dear All

Can somebody help me how H/W and H/W drivers will affect the application?

When I port my application from HP-UX to Solaris should I take care this area? What are the application touch point in H/W or H/W drivers on these two O.S.?
 

10 More Discussions You Might Find Interesting

1. HP-UX

Printer Drivers for HP-UX

Where can i find drivers of the printers HPLaserJet 3150 and HP DesckJet 640 for HP-UNIX, because I have difficulties printing from oracle9 Data Base on printers of this type connected to PC's running windows in the network using Winlpd. (2 Replies)
Discussion started by: cgege
2 Replies

2. Linux

wirelesslan Drivers

Can any body help me out, to setting up Wlan Drivers in Redhat 9 Thanks kranthi (1 Reply)
Discussion started by: kumar_d
1 Replies

3. Solaris

Drivers

Hi guys, Im totally new to solaris 10, I've just installed it & it works fine However, I get no sound when playing cds. Am wondering where I get the solaris 10 drivers for my soundblaster live from and how to install them? Thx in advance. Frizz (0 Replies)
Discussion started by: Frizz
0 Replies

4. Solaris

Drivers for HP xw6000

Hi, I was trying to dual boot a HP xw6000 box with windows and Solaris 10 but with no avail. Now what I'm trying to do is to have Solaris wholey on the HP box. Can someone point me in the right direction for getting the drivers for the ethernet card becuause I cant get the card to work after... (2 Replies)
Discussion started by: S0laris_B0y
2 Replies

5. AIX

Drivers

I seem to be having a driver issue installing a PCI SCSI card. Any ideas where I can track these down.. I can't seem to find them on the OS install disk. I'm using AIX 5.3. cfgmgr: 0514-621 WARNING: The following device packages are required for device support but are not currently... (7 Replies)
Discussion started by: eth0
7 Replies

6. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

7. UNIX for Dummies Questions & Answers

Drivers to HP 530

Hi Gurus of Unix, Well. I have a Laptop Model HP-530, I want to install Solaris, in this equipment. the question is You know the driver that will be compatible with this type of model, like this: HP 530 Notebook PC- Download drivers and software - HP Business Support Center If you know the... (1 Reply)
Discussion started by: andresguillen
1 Replies

8. UNIX for Dummies Questions & Answers

Microkernel drivers

If microkernels do not load drivers into the kernel, does mean that the drivers are daemons that run in user space, or are there some other provision for drivers? I know it may sound a bit elementary but I'm not certain and I want to clear it up. Thanks in advance. (3 Replies)
Discussion started by: neur0n
3 Replies

9. Solaris

Hardware faulty, but which hardware?

Hi folk, I have this hardware faunty message, but dont know which hardware is this ? can you guide me ? --------------- ------------------------------------ -------------- --------- TIME EVENT-ID MSG-ID SEVERITY ---------------... (9 Replies)
Discussion started by: dehetoxic
9 Replies

10. HP-UX

HPUX 10.20 SCSI Hardware Drivers

I own a 1999 vintage HP Logic Analyzer that runs HPUX 10.20. It is a 9000/775/rock system similar to a Visualize C132L/160L system. I'm attempting, mostly for the fun of it, to upgrade the existing slow 5MB/s-only SCSI system, with a new-er PCI card. Of course drivers is my major concern. I'd... (2 Replies)
Discussion started by: KeithM
2 Replies
ddi_no_info(9F) 					   Kernel Functions for Drivers 					   ddi_no_info(9F)

NAME
ddi_no_info - stub for getinfo(9E) SYNOPSIS
#include <sys/ddi.h> #include <sys/sunddi.h> int ddi_no_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result INTERFACE LEVEL
Solaris DDI specific (Solaris DDI) PARAMETERS
dev_info_t *dip Pointer to dev_info structure. ddi_info_cmd_t infocmd Command argument. Valid command values are: DDI_INFO_DEVT2DEVINFO and DDI_INFO_DEVT2INSTANCE. void *arg Command-specific argument. void **result Pointer to where the requested information is stored. DESCRIPTION
The ddi_no_info() function always returns DDI_FAILURE. It is provided as a convenience routine for drivers not providing a cb_ops(9S) or for network drivers only providing DLPI-2 services. Such drivers can use ddi_no_info() in the devo_getinfo entry point (see getinfo(9E)) of the dev_ops(9S) structure. RETURN VALUES
The ddi_no_info() function always returns DDI_FAILURE. SEE ALSO
getinfo(9E), qassociate(9F), cb_ops(9S), dev_ops(9S) SunOS 5.11 9 Jul 2002 ddi_no_info(9F)
All times are GMT -4. The time now is 09:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy